Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/firmware/efi/
Druntime-wrappers.c369 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_query_variable_info()
388 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_query_variable_info_nonblocking()
433 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_update_capsule()
451 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_query_capsule_caps()
Defi-init.c109 efi.runtime_version = systab->hdr.revision; in uefi_init()
/Linux-v5.10/drivers/xen/
Defi.c191 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in xen_efi_query_variable_info()
223 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in xen_efi_update_capsule()
242 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in xen_efi_query_capsule_caps()
/Linux-v5.10/arch/x86/xen/
Defi.c89 efi.runtime_version = info->version; in xen_efi_probe()
/Linux-v5.10/arch/x86/platform/efi/
Defi_64.c757 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in efi_thunk_query_variable_info()
783 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in efi_thunk_query_variable_info_nonblocking()
Defi.c402 efi.runtime_version = hdr->revision; in efi_systab_init()
/Linux-v5.10/include/linux/
Defi.h541 unsigned int runtime_version; /* Runtime services version */ member