Home
last modified time | relevance | path

Searched refs:EFI_RUNTIME_SERVICES (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/arch/arm64/kernel/
Defi.c150 return efi_enabled(EFI_RUNTIME_SERVICES); in efi_poweroff_required()
187 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in efi_runtime_fixup_exception()
206 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in arm64_efi_rt_init()
213 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in arm64_efi_rt_init()
Dprocess.c137 if (efi_enabled(EFI_RUNTIME_SERVICES)) in machine_restart()
/linux-6.12.1/drivers/firmware/efi/
Darm-runtime.c43 if (efi_enabled(EFI_RUNTIME_SERVICES)) in ptdump_init()
135 if (efi_enabled(EFI_RUNTIME_SERVICES)) { in arm_enable_runtime_services()
149 set_bit(EFI_RUNTIME_SERVICES, &efi.flags); in arm_enable_runtime_services()
Driscv-runtime.c113 if (efi_enabled(EFI_RUNTIME_SERVICES)) { in riscv_enable_runtime_services()
127 set_bit(EFI_RUNTIME_SERVICES, &efi.flags); in riscv_enable_runtime_services()
Dcapsule-loader.c324 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in efi_capsule_loader_init()
Defi.c399 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in efisubsys_init()
414 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in efisubsys_init()
Druntime-wrappers.c323 if (!efi_enabled(EFI_RUNTIME_SERVICES)) { in __efi_queue_work()
/linux-6.12.1/arch/loongarch/kernel/
Defi.c66 set_bit(EFI_RUNTIME_SERVICES, &efi.flags); in efi_runtime_init()
71 return efi_enabled(EFI_RUNTIME_SERVICES) && in efi_poweroff_required()
/linux-6.12.1/arch/x86/platform/efi/
Defi.c521 set_bit(EFI_RUNTIME_SERVICES, &efi.flags); in efi_init()
747 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in kexec_enter_virtual_mode()
753 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in kexec_enter_virtual_mode()
773 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in kexec_enter_virtual_mode()
781 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in kexec_enter_virtual_mode()
880 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in __efi_enter_virtual_mode()
Dquirks.c770 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in efi_crash_gracefully_on_page_fault()
/linux-6.12.1/drivers/acpi/
Dprmt.c273 if (!efi_enabled(EFI_RUNTIME_SERVICES)) { in acpi_platformrt_space_handler()
374 if (!efi_enabled(EFI_RUNTIME_SERVICES)) { in init_prmt()
/linux-6.12.1/arch/arm/xen/
Denlighten.c245 set_bit(EFI_RUNTIME_SERVICES, &efi.flags); in fdt_find_hyper_node()
461 if (efi_enabled(EFI_RUNTIME_SERVICES)) in xen_guest_init()
/linux-6.12.1/arch/x86/kernel/
Dkexec-bzimage64.c187 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in setup_efi_state()
375 if (efi_enabled(EFI_RUNTIME_SERVICES) && !efi_enabled(EFI_64BIT)) { in bzImage64_probe()
Dkvm.c591 if (!efi_enabled(EFI_RUNTIME_SERVICES)) { in setup_efi_kvm_sev_migration()
/linux-6.12.1/arch/riscv/mm/
Dptdump.c419 if (efi_enabled(EFI_RUNTIME_SERVICES)) in ptdump_init()
/linux-6.12.1/init/
Dmain.c1076 if (efi_enabled(EFI_RUNTIME_SERVICES)) in start_kernel()
/linux-6.12.1/include/linux/
Defi.h868 #define EFI_RUNTIME_SERVICES 3 /* Can we use runtime services? */ macro