Searched refs:efi_runtime_disabled (Results 1 – 9 of 9) sorted by relevance
43 if (efi_runtime_disabled()) { in efi_runtime_init()
108 if (efi_runtime_disabled()) { in riscv_enable_runtime_services()
130 if (efi_runtime_disabled()) { in arm_enable_runtime_services()
82 bool efi_runtime_disabled(void) in efi_runtime_disabled() function
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()
247 !efi_runtime_disabled()) in fdt_find_hyper_node()
1130 extern bool efi_runtime_disabled(void);1132 static inline bool efi_runtime_disabled(void) { return true; } in efi_runtime_disabled() function
453 if (!efi_runtime_supported() || efi_runtime_disabled()) { in efi_init()