Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/
H A Druntime-wrappers.c461 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_query_variable_info()
478 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_query_variable_info_nb()
528 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_update_capsule()
545 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_query_capsule_caps()
/openbmc/linux/drivers/xen/
H A Defi.c192 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in xen_efi_query_variable_info()
224 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in xen_efi_update_capsule()
243 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in xen_efi_query_capsule_caps()
/openbmc/linux/arch/x86/platform/efi/
H A Defi_64.c771 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in efi_thunk_query_variable_info()
797 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in efi_thunk_query_variable_info_nonblocking()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c833 if (efi_system_table->hdr.revision <= EFI_2_00_SYSTEM_TABLE_REVISION && in efi_decompress_kernel()
/openbmc/linux/include/linux/
H A Defi.h475 #define EFI_2_00_SYSTEM_TABLE_REVISION ((2 << 16) | (00)) macro