Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/efi/
Druntime-wrappers.c369 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_query_variable_info()
388 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_query_variable_info_nonblocking()
433 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_update_capsule()
451 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_query_capsule_caps()
/Linux-v5.4/drivers/xen/
Defi.c191 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in xen_efi_query_variable_info()
223 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in xen_efi_update_capsule()
242 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in xen_efi_query_capsule_caps()
/Linux-v5.4/arch/x86/platform/efi/
Defi_64.c939 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in efi_thunk_query_variable_info()
965 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in efi_thunk_query_variable_info_nonblocking()
/Linux-v5.4/include/linux/
Defi.h724 #define EFI_2_00_SYSTEM_TABLE_REVISION ((2 << 16) | (00)) macro