Home
last modified time | relevance | path

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

/linux/arch/x86/platform/efi/
H A Defi.c490 if (!efi_runtime_supported()) in efi_init()
493 if (!efi_runtime_supported() || efi_runtime_disabled()) { in efi_init()
/linux/arch/x86/include/asm/
H A Defi.h165 static inline bool efi_runtime_supported(void) in efi_runtime_supported() function