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

/linux-master/arch/loongarch/kernel/
H A Defi.c57 if (efi_runtime_disabled()) {
/linux-master/drivers/firmware/efi/
H A Driscv-runtime.c108 if (efi_runtime_disabled()) {
H A Darm-runtime.c130 if (efi_runtime_disabled()) {
H A Defi.c88 bool efi_runtime_disabled(void) function
/linux-master/arch/x86/kernel/
H A Dreboot.c89 if (reboot_type != BOOT_EFI && !efi_runtime_disabled()) {
512 if (!rv && efi_reboot_required() && !efi_runtime_disabled())
/linux-master/arch/x86/platform/uv/
H A Dbios_uv.c232 !uv_systab_phys || efi_runtime_disabled()) {
/linux-master/arch/arm/xen/
H A Denlighten.c244 !efi_runtime_disabled())
/linux-master/arch/x86/platform/efi/
H A Defi.c502 if (!efi_runtime_supported() || efi_runtime_disabled()) {
/linux-master/include/linux/
H A Defi.h1129 extern bool efi_runtime_disabled(void);
1131 static inline bool efi_runtime_disabled(void) { return true; } function

Completed in 144 milliseconds