Home
last modified time | relevance | path

Searched refs:phys_name (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/platform/efi/
H A Defi_64.c568 u32 phys_name, phys_vendor, phys_attr; in efi_thunk_get_variable() local
578 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_get_variable()
582 if (!phys_name || (data && !phys_data)) in efi_thunk_get_variable()
585 status = efi_thunk(get_variable, phys_name, phys_vendor, in efi_thunk_get_variable()
599 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable() local
607 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_set_variable()
611 if (!phys_name || (data && !phys_data)) in efi_thunk_set_variable()
614 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable()
629 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable_nonblocking() local
638 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_set_variable_nonblocking()
[all …]