Searched refs:efi_runtime_disabled (Results 1 – 7 of 7) sorted by relevance
124 if (efi_runtime_disabled()) { in arm_enable_runtime_services()
79 bool efi_runtime_disabled(void) in efi_runtime_disabled() function
90 if (reboot_type != BOOT_EFI && !efi_runtime_disabled()) { in set_efi_reboot()503 if (!rv && efi_reboot_required() && !efi_runtime_disabled()) in reboot_init()
191 !uv_systab_phys || efi_runtime_disabled()) { in uv_bios_init()
233 !efi_runtime_disabled()) in fdt_find_hyper_node()
1625 extern bool efi_runtime_disabled(void);1627 static inline bool efi_runtime_disabled(void) { return true; } in efi_runtime_disabled() function
559 if (efi_runtime_disabled() || efi_runtime_init()) { in efi_init()