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

/u-boot/lib/efi_loader/
H A Defi_dt_fixup.c21 * @nomap: indicates that the memory range shall not be accessed by the
24 static void efi_reserve_memory(u64 addr, u64 size, bool nomap) argument
32 if (nomap)
117 bool nomap; local
119 nomap = !!fdt_getprop(fdt, subnode, "no-map",
121 efi_reserve_memory(fdt_addr, fdt_size, nomap);

Completed in 70 milliseconds