Searched refs:diag2fc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/hypfs/ |
H A D | hypfs_vm.c | 27 static int diag2fc(int size, char* query, void *addr) in diag2fc() function 64 size = diag2fc(0, query, NULL); in diag2fc_store() 70 if (diag2fc(size, query, data + offset) == 0) in diag2fc_store() 126 if (diag2fc(0, all_guests, NULL) > 0) in hypfs_vm_init() 128 else if (diag2fc(0, local_guest, NULL) > 0) in hypfs_vm_init()
|
/kernel/linux/linux-5.10/arch/s390/hypfs/ |
H A D | hypfs_vm.c | 58 static int diag2fc(int size, char* query, void *addr) in diag2fc() function 95 size = diag2fc(0, query, NULL); in diag2fc_store() 101 if (diag2fc(size, query, data + offset) == 0) in diag2fc_store() 278 if (diag2fc(0, all_guests, NULL) > 0) in hypfs_vm_init() 280 else if (diag2fc(0, local_guest, NULL) > 0) in hypfs_vm_init()
|
Completed in 1 milliseconds