Searched refs:EFI_MEMORY_RUNTIME (Results 1 – 10 of 10) sorted by relevance
278 mr.attribute = md.attribute | EFI_MEMORY_RUNTIME; in efi_arch_mem_reserve()377 md->attribute |= EFI_MEMORY_RUNTIME; in efi_reserve_boot_services()446 if (md->attribute & EFI_MEMORY_RUNTIME) { in efi_unmap_boot_services()522 if (!(md->attribute & EFI_MEMORY_RUNTIME) && in efi_unmap_boot_services()
628 if (md->attribute & EFI_MEMORY_RUNTIME) in should_map_region()
39 if (!(md->attribute & EFI_MEMORY_RUNTIME)) in efi_virtmap_init()
64 if (!(md->attribute & EFI_MEMORY_RUNTIME)) in efi_virtmap_init()
45 if (!(md->attribute & EFI_MEMORY_RUNTIME)) in efi_to_phys()
253 (!(md.attribute & EFI_MEMORY_RUNTIME) && in efi_esrt_init()
958 EFI_MEMORY_RUNTIME)) in efi_md_typeattr_format()964 attr & EFI_MEMORY_RUNTIME ? "RUN" : "", in efi_md_typeattr_format()
82 if ((md->attribute & EFI_MEMORY_RUNTIME) && in efi_pa_va_lookup()
129 efi_mem_attributes(addr) & EFI_MEMORY_RUNTIME)) in __ioremap_check_other()
131 #define EFI_MEMORY_RUNTIME BIT_ULL(63) /* range requires runtime mapping */ macro