Home
last modified time | relevance | path

Searched refs:EFI_2_00_SYSTEM_TABLE_REVISION (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/firmware/efi/
Druntime-wrappers.c378 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_query_variable_info()
397 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_query_variable_info_nonblocking()
441 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_update_capsule()
459 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in virt_efi_query_capsule_caps()
/Linux-v4.19/drivers/xen/
Defi.c196 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in xen_efi_query_variable_info()
230 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in xen_efi_update_capsule()
251 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in xen_efi_query_capsule_caps()
/Linux-v4.19/arch/x86/platform/efi/
Defi_64.c938 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in efi_thunk_query_variable_info()
964 if (efi.runtime_version < EFI_2_00_SYSTEM_TABLE_REVISION) in efi_thunk_query_variable_info_nonblocking()
/Linux-v4.19/include/linux/
Defi.h702 #define EFI_2_00_SYSTEM_TABLE_REVISION ((2 << 16) | (00)) macro