Searched refs:diag2fc (Results 1 – 1 of 1) sorted by relevance
/arch/s390/hypfs/ |
D | hypfs_vm.c | 53 static int diag2fc(int size, char* query, void *addr) in diag2fc() function 85 size = diag2fc(0, query, NULL); in diag2fc_store() 91 if (diag2fc(size, query, data) == 0) in diag2fc_store() 223 if (diag2fc(0, all_guests, NULL) > 0) in hypfs_vm_init() 225 else if (diag2fc(0, local_guest, NULL) > 0) in hypfs_vm_init()
|