Lines Matching refs:nomap
35 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in early_init_dt_alloc_reserved_memory_arch() argument
48 if (nomap) { in early_init_dt_alloc_reserved_memory_arch()
82 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory() argument
84 if (nomap) { in early_init_dt_reserve_memory()
110 bool nomap; in __reserved_mem_reserve_reg() local
122 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_reserve_reg()
129 early_init_dt_reserve_memory(base, size, nomap) == 0) in __reserved_mem_reserve_reg()
207 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in __reserved_mem_alloc_in_range() argument
243 start, end, nomap, res_base); in __reserved_mem_alloc_in_range()
264 bool nomap; in __reserved_mem_alloc_size() local
287 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_alloc_size()
293 && !nomap) in __reserved_mem_alloc_size()
313 start, end, nomap, &base); in __reserved_mem_alloc_size()
325 0, 0, nomap, &base); in __reserved_mem_alloc_size()
441 bool nomap; in fdt_init_reserved_mem() local
443 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in fdt_init_reserved_mem()
453 if (nomap) in fdt_init_reserved_mem()
465 nomap ? "nomap" : "map", in fdt_init_reserved_mem()