Searched refs:runtime_version (Results 1 - 9 of 9) 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)
H A Defi-init.c112 efi.runtime_version = systab->hdr.revision;
H A Defi.c877 efi.runtime_version = EFI_1_10_SYSTEM_TABLE_REVISION;
/linux-master/arch/loongarch/kernel/
H A Defi.c63 efi.runtime_version = (unsigned int)efi.runtime->hdr.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/xen/
H A Defi.c91 efi.runtime_version = info->version;
/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)
H A Defi.c431 efi.runtime_version = hdr->revision;
/linux-master/include/linux/
H A Defi.h641 unsigned int runtime_version; /* Runtime services version */ member in struct:efi

Completed in 1047 milliseconds