Searched refs:phys_vendor (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/platform/efi/ |
D | efi_64.c | 471 u32 phys_name, phys_vendor, phys_attr; in efi_thunk_get_variable() local 475 phys_vendor = virt_to_phys(vendor); in efi_thunk_get_variable() 480 status = efi_thunk(get_variable, phys_name, phys_vendor, in efi_thunk_get_variable() 490 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable() local 494 phys_vendor = virt_to_phys(vendor); in efi_thunk_set_variable() 498 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable() 510 u32 phys_name_size, phys_name, phys_vendor; in efi_thunk_get_next_variable() local 513 phys_vendor = virt_to_phys(vendor); in efi_thunk_get_next_variable() 517 phys_name, phys_vendor); in efi_thunk_get_next_variable()
|