Searched refs:efi_runtime_disabled (Results 1 – 8 of 8) sorted by relevance
108 if (efi_runtime_disabled()) { in riscv_enable_runtime_services()
130 if (efi_runtime_disabled()) { in arm_enable_runtime_services()
89 bool efi_runtime_disabled(void) in efi_runtime_disabled() function
57 if (efi_runtime_disabled()) { in efi_runtime_init()
90 if (reboot_type != BOOT_EFI && !efi_runtime_disabled()) { in set_efi_reboot() 513 if (!rv && efi_reboot_required() && !efi_runtime_disabled()) in reboot_init()
232 !uv_systab_phys || efi_runtime_disabled()) { in get_uv_systab_phys()
244 !efi_runtime_disabled()) in fdt_find_hyper_node()
1121 extern bool efi_runtime_disabled(void);1123 static inline bool efi_runtime_disabled(void) { return true; } in efi_runtime_disabled() function