Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/platform/efi/
Defi_64.c591 u32 phys_name, phys_vendor, phys_attr; in efi_thunk_get_variable() local
600 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_get_variable()
608 status = efi_thunk(get_variable, phys_name, phys_vendor, in efi_thunk_get_variable()
622 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable() local
631 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable()
637 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable()
652 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable_nonblocking() local
662 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable_nonblocking()
668 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable_nonblocking()
684 u32 phys_name_size, phys_name, phys_vendor; in efi_thunk_get_next_variable() local
[all …]