Searched refs:nomap (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/of/ |
D | of_reserved_mem.c | 31 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in early_init_dt_alloc_reserved_memory_arch() argument 53 if (nomap) in early_init_dt_alloc_reserved_memory_arch() 59 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in early_init_dt_alloc_reserved_memory_arch() argument 63 size, nomap ? " (nomap)" : ""); in early_init_dt_alloc_reserved_memory_arch() 102 int nomap; in __reserved_mem_alloc_size() local 116 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_alloc_size() 145 align, start, end, nomap, &base); in __reserved_mem_alloc_size() 157 0, 0, nomap, &base); in __reserved_mem_alloc_size()
|
D | fdt.c | 471 int nomap, first = 1; in __reserved_mem_reserve_reg() local 483 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_reserve_reg() 490 early_init_dt_reserve_memory_arch(base, size, nomap) == 0) in __reserved_mem_reserve_reg() 1004 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory_arch() argument 1006 if (nomap) in early_init_dt_reserve_memory_arch() 1021 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory_arch() argument 1024 &base, &size, nomap ? " (nomap)" : ""); in early_init_dt_reserve_memory_arch()
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | sky2.c | 2559 goto nomap; in receive_new() 2572 nomap: in receive_new()
|