Searched refs:nomap (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/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 115 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_alloc_size() 155 align, start, end, nomap, &base); in __reserved_mem_alloc_size() 167 0, 0, nomap, &base); in __reserved_mem_alloc_size()
|
D | fdt.c | 559 int nomap, first = 1; in __reserved_mem_reserve_reg() local 571 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_reserve_reg() 578 early_init_dt_reserve_memory_arch(base, size, nomap) == 0) in __reserved_mem_reserve_reg() 1173 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory_arch() argument 1175 if (nomap) in early_init_dt_reserve_memory_arch() 1192 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory_arch() argument 1195 &base, &size, nomap ? " (nomap)" : ""); in early_init_dt_reserve_memory_arch()
|
/Linux-v4.19/arch/nios2/kernel/ |
D | prom.c | 46 bool nomap) in early_init_dt_reserve_memory_arch() argument
|
/Linux-v4.19/arch/mips/kernel/ |
D | prom.c | 48 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory_arch() argument
|
/Linux-v4.19/include/linux/ |
D | of_reserved_mem.h | 42 bool nomap,
|
/Linux-v4.19/tools/perf/util/ |
D | mem-events.c | 414 stats->nomap++; in c2c_decode_stats() 450 stats->nomap += add->nomap; in c2c_add_stats()
|
D | mem-events.h | 67 u32 nomap; /* count of load/stores with no phys adrs */ member
|
/Linux-v4.19/drivers/net/ethernet/marvell/ |
D | sky2.c | 2549 goto nomap; in receive_new() 2562 nomap: in receive_new()
|
/Linux-v4.19/tools/perf/ |
D | builtin-c2c.c | 2148 fprintf(out, " No Page Map Rejects : %10d\n", stats->nomap); in print_c2c__display_stats()
|