Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/efi/
Darm-runtime.c124 if (efi_runtime_disabled()) { in arm_enable_runtime_services()
Defi.c79 bool efi_runtime_disabled(void) in efi_runtime_disabled() function
/Linux-v5.4/arch/x86/kernel/
Dreboot.c90 if (reboot_type != BOOT_EFI && !efi_runtime_disabled()) { in set_efi_reboot()
503 if (!rv && efi_reboot_required() && !efi_runtime_disabled()) in reboot_init()
/Linux-v5.4/arch/x86/platform/uv/
Dbios_uv.c191 !uv_systab_phys || efi_runtime_disabled()) { in uv_bios_init()
/Linux-v5.4/arch/arm/xen/
Denlighten.c233 !efi_runtime_disabled()) in fdt_find_hyper_node()
/Linux-v5.4/include/linux/
Defi.h1625 extern bool efi_runtime_disabled(void);
1627 static inline bool efi_runtime_disabled(void) { return true; } in efi_runtime_disabled() function
/Linux-v5.4/arch/x86/platform/efi/
Defi.c559 if (efi_runtime_disabled() || efi_runtime_init()) { in efi_init()