Searched refs:nomap (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/of/ |
D | of_reserved_mem.c | 32 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in early_init_dt_alloc_reserved_memory_arch() argument 54 if (nomap) in early_init_dt_alloc_reserved_memory_arch() 60 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in early_init_dt_alloc_reserved_memory_arch() argument 64 size, nomap ? " (nomap)" : ""); in early_init_dt_alloc_reserved_memory_arch() 103 int nomap; in __reserved_mem_alloc_size() local 117 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_alloc_size() 150 align, start, end, nomap, &base); in __reserved_mem_alloc_size() 162 0, 0, nomap, &base); in __reserved_mem_alloc_size()
|
D | fdt.c | 479 int nomap, first = 1; in __reserved_mem_reserve_reg() local 491 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_reserve_reg() 498 early_init_dt_reserve_memory_arch(base, size, nomap) == 0) in __reserved_mem_reserve_reg() 1025 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory_arch() argument 1027 if (nomap) in early_init_dt_reserve_memory_arch() 1047 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory_arch() argument 1050 &base, &size, nomap ? " (nomap)" : ""); in early_init_dt_reserve_memory_arch()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | sky2.c | 2559 goto nomap; in receive_new() 2572 nomap: in receive_new()
|