Searched refs:EFI_MEMORY_RUNTIME (Results 1 – 5 of 5) sorted by relevance
49 { EFI_MEMORY_RUNTIME, "needs runtime mapping" }178 if (desc->attribute & EFI_MEMORY_RUNTIME) in efi_print_mem_table()180 printf("%llx", desc->attribute & ~EFI_MEMORY_RUNTIME); in efi_print_mem_table()198 printf("%c%llx: ", (attr & EFI_MEMORY_RUNTIME) ? 'r' : ' ', in efi_print_mem_table()199 attr & ~EFI_MEMORY_RUNTIME); in efi_print_mem_table()
677 {EFI_MEMORY_RUNTIME, "RT"},
155 pos1->attribute = EFI_MEMORY_RUNTIME; in setup()163 pos1->attribute = EFI_MEMORY_RUNTIME; in setup()
271 newlist->desc.attribute = EFI_MEMORY_WB | EFI_MEMORY_RUNTIME; in efi_add_memory_map_pg()274 newlist->desc.attribute = EFI_MEMORY_RUNTIME; in efi_add_memory_map_pg()
204 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */ macro
Completed in 9 milliseconds