Searched refs:name_size (Results 1 – 8 of 8) sorted by relevance
/arch/x86/platform/efi/ |
D | efi_64.c | 668 efi_thunk_get_next_variable(unsigned long *name_size, in efi_thunk_get_next_variable() argument 682 phys_name_size = virt_to_phys_or_null(name_size); in efi_thunk_get_next_variable() 684 phys_name = virt_to_phys_or_null_size(name, *name_size); in efi_thunk_get_next_variable()
|
/arch/arm64/kvm/ |
D | guest.c | 38 .name_size = KVM_STATS_NAME_SIZE, 58 .name_size = KVM_STATS_NAME_SIZE,
|
/arch/powerpc/kvm/ |
D | book3s.c | 48 .name_size = KVM_STATS_NAME_SIZE, 90 .name_size = KVM_STATS_NAME_SIZE,
|
D | booke.c | 46 .name_size = KVM_STATS_NAME_SIZE, 81 .name_size = KVM_STATS_NAME_SIZE,
|
/arch/mips/kvm/ |
D | mips.c | 46 .name_size = KVM_STATS_NAME_SIZE, 88 .name_size = KVM_STATS_NAME_SIZE,
|
/arch/ia64/kernel/ |
D | efi.c | 163 prefix##_get_next_variable (unsigned long *name_size, efi_char16_t *name, \ 172 adjust_arg(name_size), adjust_arg(name), adjust_arg(vendor)); \
|
/arch/s390/kvm/ |
D | kvm-s390.c | 71 .name_size = KVM_STATS_NAME_SIZE, 177 .name_size = KVM_STATS_NAME_SIZE,
|
/arch/x86/kvm/ |
D | x86.c | 249 .name_size = KVM_STATS_NAME_SIZE, 290 .name_size = KVM_STATS_NAME_SIZE,
|