Home
last modified time | relevance | path

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

/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()
/linux/arch/loongarch/kernel/
H A Defi.c63 efi.runtime_version = (unsigned int)efi.runtime->hdr.revision; in efi_runtime_init()
/linux/arch/x86/xen/
H A Defi.c91 efi.runtime_version = info->version; in xen_efi_probe()
/linux/drivers/firmware/efi/
H A Defi-init.c112 efi.runtime_version = systab->hdr.revision; in uefi_init()
H A Defi.c889 efi.runtime_version = EFI_1_10_SYSTEM_TABLE_REVISION; in efi_systab_report_header()
/linux/include/linux/
H A Defi.h635 unsigned int runtime_version; /* Runtime services version */ member