Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/
Defi.c194 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in xen_efi_query_variable_info()
227 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in xen_efi_update_capsule()
248 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in xen_efi_query_capsule_caps()
292 .runtime_version = 0, /* Initialized later. */
368 efi.runtime_version = info->version; in xen_efi_probe()
/linux-4.4.14/drivers/firmware/efi/
Druntime-wrappers.c223 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_query_variable_info()
263 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_update_capsule()
280 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_query_capsule_caps()
/linux-4.4.14/arch/arm64/kernel/
Defi.c320 efi.runtime_version = efi.systab->hdr.revision; in arm64_enable_runtime_services()
/linux-4.4.14/arch/x86/platform/efi/
Defi.c854 efi.runtime_version = efi_systab.hdr.revision; in kexec_enter_virtual_mode()
945 efi.runtime_version = efi_systab.hdr.revision; in __efi_enter_virtual_mode()
Defi_64.c565 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in efi_thunk_query_variable_info()
/linux-4.4.14/include/linux/
Defi.h831 unsigned int runtime_version; /* Runtime services version */ member