Searched refs:nomap (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/of/ |
A D | of_reserved_mem.c | 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() 92 bool nomap; in __reserved_mem_alloc_size() local 115 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_alloc_size() 121 && !nomap) in __reserved_mem_alloc_size() 141 align, start, end, nomap, &base); in __reserved_mem_alloc_size() 153 0, 0, nomap, &base); in __reserved_mem_alloc_size() 266 bool nomap; in fdt_init_reserved_mem() local 268 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in fdt_init_reserved_mem() 283 if (nomap) in fdt_init_reserved_mem() [all …]
|
A D | fdt.c | 480 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory() argument 482 if (nomap) { in early_init_dt_reserve_memory() 508 bool nomap; in __reserved_mem_reserve_reg() local 520 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_reserve_reg() 527 early_init_dt_reserve_memory(base, size, nomap) == 0) in __reserved_mem_reserve_reg()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | mem-events.h | 89 u32 nomap; /* count of load/stores with no phys addrs */ member
|
A D | mem-events.c | 655 stats->nomap++; in c2c_decode_stats() 697 stats->nomap += add->nomap; in c2c_add_stats()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/ |
A D | sky2.c | 2533 goto nomap; in receive_new() 2546 nomap: in receive_new()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-c2c.c | 2412 fprintf(out, " No Page Map Rejects : %10d\n", stats->nomap); in print_c2c__display_stats()
|
Completed in 30 milliseconds