Lines Matching refs:nomap
34 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in early_init_dt_alloc_reserved_memory_arch() argument
47 if (nomap) { in early_init_dt_alloc_reserved_memory_arch()
92 bool nomap; in __reserved_mem_alloc_size() local
115 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_alloc_size()
121 && !nomap) in __reserved_mem_alloc_size()
141 align, start, end, nomap, &base); in __reserved_mem_alloc_size()
153 0, 0, nomap, &base); in __reserved_mem_alloc_size()
266 bool nomap; in fdt_init_reserved_mem() local
268 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in fdt_init_reserved_mem()
283 if (nomap) in fdt_init_reserved_mem()
295 nomap ? "nomap" : "map", in fdt_init_reserved_mem()