Searched refs:nomap (Results 1 – 2 of 2) sorted by relevance
24 static void efi_reserve_memory(u64 addr, u64 size, bool nomap) in efi_reserve_memory() argument32 if (nomap) in efi_reserve_memory()85 bool nomap; in efi_carve_out_dt_rsv() local87 nomap = !!fdt_getprop(fdt, subnode, "no-map", in efi_carve_out_dt_rsv()89 efi_reserve_memory(fdt_addr, fdt_size, nomap); in efi_carve_out_dt_rsv()
34 bool nomap = true; in riscv_fdt_copy_resv_mem_node() local85 nomap = false; in riscv_fdt_copy_resv_mem_node()86 if (nomap) { in riscv_fdt_copy_resv_mem_node()
Completed in 3 milliseconds