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

/linux-master/drivers/firmware/efi/
H A Darm-runtime.c43 if (efi_enabled(EFI_RUNTIME_SERVICES))
135 if (efi_enabled(EFI_RUNTIME_SERVICES)) {
149 set_bit(EFI_RUNTIME_SERVICES, &efi.flags);
H A Driscv-runtime.c113 if (efi_enabled(EFI_RUNTIME_SERVICES)) {
127 set_bit(EFI_RUNTIME_SERVICES, &efi.flags);
H A Dcapsule-loader.c325 if (!efi_enabled(EFI_RUNTIME_SERVICES))
H A Druntime-wrappers.c323 if (!efi_enabled(EFI_RUNTIME_SERVICES)) {
H A Defi.c399 if (!efi_enabled(EFI_RUNTIME_SERVICES))
414 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags);
/linux-master/arch/arm64/kernel/
H A Defi.c148 return efi_enabled(EFI_RUNTIME_SERVICES);
185 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags);
204 if (!efi_enabled(EFI_RUNTIME_SERVICES))
211 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags);
H A Dprocess.c136 if (efi_enabled(EFI_RUNTIME_SERVICES))
/linux-master/arch/x86/platform/efi/
H A Defi.c523 set_bit(EFI_RUNTIME_SERVICES, &efi.flags);
749 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags);
755 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags);
775 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags);
783 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags);
882 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags);
H A Dquirks.c770 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags);
/linux-master/arch/loongarch/kernel/
H A Defi.c66 set_bit(EFI_RUNTIME_SERVICES, &efi.flags);
/linux-master/drivers/acpi/
H A Dprmt.c239 if (!efi_enabled(EFI_RUNTIME_SERVICES)) {
333 if (!efi_enabled(EFI_RUNTIME_SERVICES)) {
/linux-master/arch/arm/xen/
H A Denlighten.c245 set_bit(EFI_RUNTIME_SERVICES, &efi.flags);
458 * The fdt parsing codes have set EFI_RUNTIME_SERVICES if Xen EFI
461 if (efi_enabled(EFI_RUNTIME_SERVICES))
/linux-master/arch/x86/kernel/
H A Dkexec-bzimage64.c187 if (!efi_enabled(EFI_RUNTIME_SERVICES))
375 if (efi_enabled(EFI_RUNTIME_SERVICES) && !efi_enabled(EFI_64BIT)) {
H A Dkvm.c590 if (!efi_enabled(EFI_RUNTIME_SERVICES)) {
/linux-master/arch/riscv/mm/
H A Dptdump.c416 if (efi_enabled(EFI_RUNTIME_SERVICES))
/linux-master/init/
H A Dmain.c1052 if (efi_enabled(EFI_RUNTIME_SERVICES))
/linux-master/include/linux/
H A Defi.h865 #define EFI_RUNTIME_SERVICES 3 /* Can we use runtime services? */ macro

Completed in 253 milliseconds