Home
last modified time | relevance | path

Searched refs:EFI_MEMORY_RUNTIME (Results 1 – 5 of 5) sorted by relevance

/u-boot/cmd/
A Defi.c49 { 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()
A Defidebug.c677 {EFI_MEMORY_RUNTIME, "RT"},
/u-boot/lib/efi_selftest/
A Defi_selftest_set_virtual_address_map.c155 pos1->attribute = EFI_MEMORY_RUNTIME; in setup()
163 pos1->attribute = EFI_MEMORY_RUNTIME; in setup()
/u-boot/lib/efi_loader/
A Defi_memory.c271 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()
/u-boot/include/
A Defi.h204 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */ macro

Completed in 9 milliseconds