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()368 md->attribute |= EFI_MEMORY_RUNTIME; in efi_reserve_boot_services()421 if (md->attribute & EFI_MEMORY_RUNTIME) { in efi_free_boot_services()489 if (!(md->attribute & EFI_MEMORY_RUNTIME) && in efi_free_boot_services()
622 if (md->attribute & EFI_MEMORY_RUNTIME) in should_map_region()
427 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()
42 if (!(md->attribute & EFI_MEMORY_RUNTIME)) in efi_to_phys()
257 (!(md.attribute & EFI_MEMORY_RUNTIME) && in efi_esrt_init()
767 EFI_MEMORY_RUNTIME | EFI_MEMORY_MORE_RELIABLE)) in efi_md_typeattr_format()773 attr & EFI_MEMORY_RUNTIME ? "RUN" : "", in efi_md_typeattr_format()
339 if (!(in->attribute & EFI_MEMORY_RUNTIME)) in efi_get_virtmap()
335 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()
123 efi_mem_attributes(addr) & EFI_MEMORY_RUNTIME)) in __ioremap_check_other()
128 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */ macro