Home
last modified time | relevance | path

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

/linux-6.1.9/arch/loongarch/kernel/
Defi.c43 if (efi_runtime_disabled()) { in efi_runtime_init()
/linux-6.1.9/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.c82 bool efi_runtime_disabled(void) in efi_runtime_disabled() function
/linux-6.1.9/arch/x86/kernel/
Dreboot.c90 if (reboot_type != BOOT_EFI && !efi_runtime_disabled()) { in set_efi_reboot()
513 if (!rv && efi_reboot_required() && !efi_runtime_disabled()) in reboot_init()
/linux-6.1.9/arch/x86/platform/uv/
Dbios_uv.c232 !uv_systab_phys || efi_runtime_disabled()) { in get_uv_systab_phys()
/linux-6.1.9/arch/arm/xen/
Denlighten.c247 !efi_runtime_disabled()) in fdt_find_hyper_node()
/linux-6.1.9/include/linux/
Defi.h1130 extern bool efi_runtime_disabled(void);
1132 static inline bool efi_runtime_disabled(void) { return true; } in efi_runtime_disabled() function
/linux-6.1.9/arch/x86/platform/efi/
Defi.c453 if (!efi_runtime_supported() || efi_runtime_disabled()) { in efi_init()