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()
86 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in __reserved_mem_alloc_in_range() argument
122 start, end, nomap, res_base); in __reserved_mem_alloc_in_range()
143 bool nomap; in __reserved_mem_alloc_size() local
166 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_alloc_size()
172 && !nomap) in __reserved_mem_alloc_size()
192 start, end, nomap, &base); in __reserved_mem_alloc_size()
204 0, 0, nomap, &base); in __reserved_mem_alloc_size()
322 bool nomap; in fdt_init_reserved_mem() local
324 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in fdt_init_reserved_mem()
339 if (nomap) in fdt_init_reserved_mem()
351 nomap ? "nomap" : "map", in fdt_init_reserved_mem()