Searched refs:EFI_MEMORY_RUNTIME (Results 1 – 14 of 14) 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()430 if (md->attribute & EFI_MEMORY_RUNTIME) { in efi_free_boot_services()498 if (!(md->attribute & EFI_MEMORY_RUNTIME) && in efi_free_boot_services()
651 if (md->attribute & EFI_MEMORY_RUNTIME) in should_map_region()
442 if (!(md->attribute & EFI_MEMORY_RUNTIME)) in efi_runtime_update_mappings()
42 if (!(md->attribute & EFI_MEMORY_RUNTIME)) in efi_virtmap_init()
64 if (!(md->attribute & EFI_MEMORY_RUNTIME)) in efi_virtmap_init()
88 if (!(md->attribute & EFI_MEMORY_RUNTIME)) in entry_is_valid()
44 if (!(md->attribute & EFI_MEMORY_RUNTIME)) in efi_to_phys()
255 (!(md.attribute & EFI_MEMORY_RUNTIME) && in efi_esrt_init()
925 EFI_MEMORY_RUNTIME | EFI_MEMORY_MORE_RELIABLE)) in efi_md_typeattr_format()931 attr & EFI_MEMORY_RUNTIME ? "RUN" : "", in efi_md_typeattr_format()
242 if (!(in->attribute & EFI_MEMORY_RUNTIME)) in efi_get_virtmap()
324 if (p->attribute & EFI_MEMORY_RUNTIME) in allocate_new_fdt_and_exit_boot()
82 if ((md->attribute & EFI_MEMORY_RUNTIME) && in efi_pa_va_lookup()
130 efi_mem_attributes(addr) & EFI_MEMORY_RUNTIME)) in __ioremap_check_other()
131 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */ macro