Searched refs:EFI_MEMORY_RUNTIME (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/firmware/efi/
H A Dmemattr.c88 if (!(md->attribute & EFI_MEMORY_RUNTIME))
H A Driscv-runtime.c42 if (!(md->attribute & EFI_MEMORY_RUNTIME))
64 * EFI_MEMORY_RUNTIME regions.
H A Darm-runtime.c64 if (!(md->attribute & EFI_MEMORY_RUNTIME))
86 * EFI_MEMORY_RUNTIME regions.
H A Defi-init.c44 if (!(md->attribute & EFI_MEMORY_RUNTIME))
H A Desrt.c255 (!(md.attribute & EFI_MEMORY_RUNTIME) &&
H A Defi.c925 EFI_MEMORY_RUNTIME | EFI_MEMORY_MORE_RELIABLE))
931 attr & EFI_MEMORY_RUNTIME ? "RUN" : "",
/linux-master/arch/x86/platform/efi/
H A Dquirks.c246 * EFI_MEMORY_RUNTIME attribute.
251 * it with EFI_MEMORY_RUNTIME.
278 mr.attribute = md.attribute | EFI_MEMORY_RUNTIME;
377 md->attribute |= EFI_MEMORY_RUNTIME;
430 if (md->attribute & EFI_MEMORY_RUNTIME) {
493 * regions that are not tagged EFI_MEMORY_RUNTIME, since those
498 if (!(md->attribute & EFI_MEMORY_RUNTIME) &&
H A Defi_64.c442 if (!(md->attribute & EFI_MEMORY_RUNTIME))
H A Defi.c653 if (md->attribute & EFI_MEMORY_RUNTIME)
/linux-master/drivers/firmware/efi/libstub/
H A Defi-stub.c209 * cover all EFI_MEMORY_RUNTIME regions.
225 * in @memory_map whose EFI_MEMORY_RUNTIME attribute is set. Those descriptors
242 if (!(in->attribute & EFI_MEMORY_RUNTIME))
H A Dfdt.c199 * populate @runtime_map with copies of just the EFI_MEMORY_RUNTIME
316 * EFI_MEMORY_RUNTIME entries to U64_MAX. This will
324 if (p->attribute & EFI_MEMORY_RUNTIME)
/linux-master/arch/x86/mm/
H A Dioremap.c129 efi_mem_attributes(addr) & EFI_MEMORY_RUNTIME))
/linux-master/include/linux/
H A Defi.h131 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */ macro

Completed in 295 milliseconds