Searched refs:EFI_MEMORY_RUNTIME (Results 1 – 19 of 19) sorted by relevance
45 { EFI_MEMORY_RUNTIME, "needs runtime mapping" }156 if (desc->attribute & EFI_MEMORY_RUNTIME) in efi_print_mem_table()158 printf("%llx", desc->attribute & ~EFI_MEMORY_RUNTIME); in efi_print_mem_table()176 printf("%c%llx: ", (attr & EFI_MEMORY_RUNTIME) ? 'r' : ' ', in efi_print_mem_table()177 attr & ~EFI_MEMORY_RUNTIME); in efi_print_mem_table()
371 {EFI_MEMORY_RUNTIME, "RT"},
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()
653 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()
912 EFI_MEMORY_RUNTIME)) in efi_md_typeattr_format()918 attr & EFI_MEMORY_RUNTIME ? "RUN" : "", in efi_md_typeattr_format()
226 newlist->desc.attribute = EFI_MEMORY_WB | EFI_MEMORY_RUNTIME; in efi_add_memory_map()229 newlist->desc.attribute = EFI_MEMORY_RUNTIME; in efi_add_memory_map()
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()
189 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */ macro
82 if ((md->attribute & EFI_MEMORY_RUNTIME) && in efi_pa_va_lookup()
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()
129 efi_mem_attributes(addr) & EFI_MEMORY_RUNTIME)) in __ioremap_check_other()
131 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */ macro