Searched refs:phys_vendor (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/platform/efi/ |
| A D | efi_64.c | 583 u32 phys_name, phys_vendor, phys_attr; in efi_thunk_get_variable() local 592 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_get_variable() 600 status = efi_thunk(get_variable, phys_name, phys_vendor, in efi_thunk_get_variable() 614 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable() local 623 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable() 629 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable() 644 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable_nonblocking() local 654 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable_nonblocking() 676 u32 phys_name_size, phys_name, phys_vendor; in efi_thunk_get_next_variable() local 684 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_get_next_variable() [all …]
|
Completed in 4 milliseconds