Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/
H A 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()
H A 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()
H A Dcapsule-loader.c324 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in efi_capsule_loader_init()
H A Defi.c409 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in efisubsys_init()
424 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in efisubsys_init()
/linux/arch/loongarch/kernel/
H A 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/drivers/acpi/
H A Dprmt.c273 if (!efi_enabled(EFI_RUNTIME_SERVICES)) { in acpi_platformrt_space_handler()
372 if (!efi_enabled(EFI_RUNTIME_SERVICES)) { in init_prmt()
/linux/arch/arm/xen/
H A 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/arch/x86/kernel/
H A 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()
/linux/arch/riscv/mm/
H A Dptdump.c419 if (efi_enabled(EFI_RUNTIME_SERVICES)) in ptdump_init()
/linux/include/linux/
H A Defi.h857 #define EFI_RUNTIME_SERVICES 3 /* Can we use runtime services? */ macro