Searched refs:EFI_MEMORY_RUNTIME (Results 1 – 14 of 14) sorted by relevance
270 mr.attribute = md.attribute | EFI_MEMORY_RUNTIME; in efi_arch_mem_reserve()369 md->attribute |= EFI_MEMORY_RUNTIME; in efi_reserve_boot_services()422 if (md->attribute & EFI_MEMORY_RUNTIME) { in efi_free_boot_services()490 if (!(md->attribute & EFI_MEMORY_RUNTIME) && in efi_free_boot_services()
650 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()
259 (!(md.attribute & EFI_MEMORY_RUNTIME) && in efi_esrt_init()
873 EFI_MEMORY_RUNTIME | EFI_MEMORY_MORE_RELIABLE)) in efi_md_typeattr_format()879 attr & EFI_MEMORY_RUNTIME ? "RUN" : "", in efi_md_typeattr_format()
247 if (!(in->attribute & EFI_MEMORY_RUNTIME)) in efi_get_virtmap()
324 if (p->attribute & EFI_MEMORY_RUNTIME) in allocate_new_fdt_and_exit_boot()
616 if (md->attribute & EFI_MEMORY_RUNTIME) { in efi_enter_virtual_mode()797 attr = md->attribute & ~EFI_MEMORY_RUNTIME; in efi_mem_attribute()805 if (!md || (md->attribute & ~EFI_MEMORY_RUNTIME) != attr) in efi_mem_attribute()
124 efi_mem_attributes(addr) & EFI_MEMORY_RUNTIME)) in __ioremap_check_other()
128 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */ macro
Completed in 34 milliseconds