Searched refs:EFI_MEMORY_RUNTIME (Results 1 – 13 of 13) 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()477 if (!(md->attribute & EFI_MEMORY_RUNTIME) && in efi_free_boot_services()
622 if (md->attribute & EFI_MEMORY_RUNTIME) in should_map_region()
449 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()
93 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()
766 EFI_MEMORY_RUNTIME | EFI_MEMORY_MORE_RELIABLE)) in efi_md_typeattr_format()772 attr & EFI_MEMORY_RUNTIME ? "RUN" : "", in efi_md_typeattr_format()
324 if (!(in->attribute & EFI_MEMORY_RUNTIME)) in efi_get_virtmap()
336 if (p->attribute & EFI_MEMORY_RUNTIME) in allocate_new_fdt_and_exit_boot()
613 if (md->attribute & EFI_MEMORY_RUNTIME) { in efi_enter_virtual_mode()794 attr = md->attribute & ~EFI_MEMORY_RUNTIME; in efi_mem_attribute()802 if (!md || (md->attribute & ~EFI_MEMORY_RUNTIME) != attr) in efi_mem_attribute()
126 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */ macro