Searched refs:EFI_RUNTIME_SERVICES (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/firmware/efi/ |
| H A D | arm-runtime.c | 43 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 D | riscv-runtime.c | 105 if (efi_enabled(EFI_RUNTIME_SERVICES)) { in riscv_enable_runtime_services() 119 set_bit(EFI_RUNTIME_SERVICES, &efi.flags); in riscv_enable_runtime_services()
|
| H A D | efi.c | 407 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in efipostcore_init() 419 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in efipostcore_init()
|
| /linux/arch/x86/platform/efi/ |
| H A D | efi.c | 498 set_bit(EFI_RUNTIME_SERVICES, &efi.flags); in efi_init() 724 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in kexec_enter_virtual_mode() 730 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in kexec_enter_virtual_mode() 750 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in kexec_enter_virtual_mode() 758 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in kexec_enter_virtual_mode() 858 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in __efi_enter_virtual_mode()
|
| H A D | quirks.c | 832 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in efi_crash_gracefully_on_page_fault()
|
| /linux/drivers/acpi/ |
| H A D | prmt.c | 314 if (!efi_enabled(EFI_RUNTIME_SERVICES)) { in acpi_platformrt_space_handler() 413 if (!efi_enabled(EFI_RUNTIME_SERVICES)) { in init_prmt()
|
| /linux/arch/riscv/mm/ |
| H A D | ptdump.c | 458 if (efi_enabled(EFI_RUNTIME_SERVICES)) in ptdump_init()
|
| /linux/include/linux/ |
| H A D | efi.h | 841 #define EFI_RUNTIME_SERVICES 3 /* Can we use runtime services? */ macro
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 2625 if (efi_enabled(EFI_RUNTIME_SERVICES)) in arch_cpu_finalize_init()
|