Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/firmware/efi/
Driscv-runtime.c108 if (efi_runtime_disabled()) { in riscv_enable_runtime_services()
Darm-runtime.c130 if (efi_runtime_disabled()) { in arm_enable_runtime_services()
Defi.c76 bool efi_runtime_disabled(void) in efi_runtime_disabled() function
/Linux-v5.10/arch/x86/kernel/
Dreboot.c90 if (reboot_type != BOOT_EFI && !efi_runtime_disabled()) { in set_efi_reboot()
511 if (!rv && efi_reboot_required() && !efi_runtime_disabled()) in reboot_init()
/Linux-v5.10/arch/x86/platform/uv/
Dbios_uv.c177 !uv_systab_phys || efi_runtime_disabled()) { in get_uv_systab_phys()
/Linux-v5.10/arch/arm/xen/
Denlighten.c234 !efi_runtime_disabled()) in fdt_find_hyper_node()
/Linux-v5.10/include/linux/
Defi.h1078 extern bool efi_runtime_disabled(void);
1080 static inline bool efi_runtime_disabled(void) { return true; } in efi_runtime_disabled() function
/Linux-v5.10/arch/x86/platform/efi/
Defi.c473 if (!efi_runtime_supported() || efi_runtime_disabled()) { in efi_init()