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

/u-boot/cmd/
H A Defi.c53 { EFI_MEMORY_RUNTIME, "needs runtime mapping" }
184 if (desc->attribute & EFI_MEMORY_RUNTIME)
186 printf("%llx", desc->attribute & ~EFI_MEMORY_RUNTIME);
204 printf("%c%llx: ", (attr & EFI_MEMORY_RUNTIME) ? 'r' : ' ',
205 attr & ~EFI_MEMORY_RUNTIME);
H A Defidebug.c550 {EFI_MEMORY_RUNTIME, "RT"},
/u-boot/lib/efi_selftest/
H A Defi_selftest_set_virtual_address_map.c155 pos1->attribute = EFI_MEMORY_RUNTIME;
163 pos1->attribute = EFI_MEMORY_RUNTIME;
/u-boot/lib/efi_loader/
H A Defi_memory.c298 newlist->desc.attribute = EFI_MEMORY_WB | EFI_MEMORY_RUNTIME;
301 newlist->desc.attribute = EFI_MEMORY_RUNTIME;
/u-boot/include/
H A Defi.h259 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */ macro

Completed in 77 milliseconds