Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/firmware/efi/
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()
Defi-init.c103 efi.runtime_version = systab->hdr.revision; in uefi_init()
Defi.c861 efi.runtime_version = EFI_1_10_SYSTEM_TABLE_REVISION; in efi_systab_report_header()
/linux-6.6.21/drivers/xen/
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-6.6.21/arch/loongarch/kernel/
Defi.c63 efi.runtime_version = (unsigned int)efi.runtime->hdr.revision; in efi_runtime_init()
/linux-6.6.21/arch/x86/xen/
Defi.c91 efi.runtime_version = info->version; in xen_efi_probe()
/linux-6.6.21/arch/x86/platform/efi/
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()
Defi.c431 efi.runtime_version = hdr->revision; in efi_systab_init()
/linux-6.6.21/include/linux/
Defi.h641 unsigned int runtime_version; /* Runtime services version */ member