Searched refs:EFI_RUNTIME_SERVICES_CODE (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Defi.c26 * Only regions of type EFI_RUNTIME_SERVICES_CODE need to be
49 code_is_misaligned |= (type == EFI_RUNTIME_SERVICES_CODE);
67 type != EFI_RUNTIME_SERVICES_CODE)
77 bool page_mappings_only = (md->type == EFI_RUNTIME_SERVICES_CODE ||
124 BUG_ON(md->type != EFI_RUNTIME_SERVICES_CODE &&
H A Dacpi.c323 case EFI_RUNTIME_SERVICES_CODE:
/linux-master/arch/riscv/kernel/
H A Defi.c15 * Only regions of type EFI_RUNTIME_SERVICES_CODE need to be
39 type != EFI_RUNTIME_SERVICES_CODE)
84 BUG_ON(md->type != EFI_RUNTIME_SERVICES_CODE &&
H A Dacpi.c271 case EFI_RUNTIME_SERVICES_CODE:
/linux-master/arch/loongarch/kernel/
H A Dmem.c43 case EFI_RUNTIME_SERVICES_CODE:
H A Dnuma.c304 case EFI_RUNTIME_SERVICES_CODE:
/linux-master/drivers/firmware/efi/
H A Dmemattr.c64 if (in->type != EFI_RUNTIME_SERVICES_CODE &&
/linux-master/arch/x86/platform/efi/
H A Defi_32.c136 if (md->type != EFI_RUNTIME_SERVICES_CODE)
H A Defi_64.c277 * EFI_RUNTIME_SERVICES_CODE regions typically cover PE/COFF
289 md->type != EFI_RUNTIME_SERVICES_CODE)
453 (md->type != EFI_RUNTIME_SERVICES_CODE))
/linux-master/drivers/xen/
H A Defi.c346 case EFI_RUNTIME_SERVICES_CODE:
/linux-master/drivers/firmware/efi/libstub/
H A Dx86-stub.c561 case EFI_RUNTIME_SERVICES_CODE:
/linux-master/include/linux/
H A Defi.h103 #define EFI_RUNTIME_SERVICES_CODE 5 macro

Completed in 279 milliseconds