Home
last modified time | relevance | path

Searched refs:efi_runtime_supported (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/platform/efi/
H A Defi.c499 if (!efi_runtime_supported()) in efi_init()
502 if (!efi_runtime_supported() || efi_runtime_disabled()) { in efi_init()
H A Dquirks.c581 if (!efi_runtime_supported()) { in efi_apply_memmap_quirks()
/openbmc/linux/arch/x86/include/asm/
H A Defi.h173 static inline bool efi_runtime_supported(void) in efi_runtime_supported() function