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

/linux-master/drivers/firmware/efi/
H A Druntime-wrappers.c461 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION)
478 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION)
528 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION)
545 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION)
/linux-master/drivers/xen/
H A Defi.c192 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION)
224 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION)
243 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION)
/linux-master/arch/x86/platform/efi/
H A Defi_64.c771 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION)
797 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION)
/linux-master/drivers/firmware/efi/libstub/
H A Dx86-stub.c806 if (efi_system_table->hdr.revision <= EFI_2_00_SYSTEM_TABLE_REVISION &&
/linux-master/include/linux/
H A Defi.h474 #define EFI_2_00_SYSTEM_TABLE_REVISION ((2 << 16) | (00)) macro

Completed in 136 milliseconds