Searched refs:nomap (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/of/ |
| H A D | of_reserved_mem.c | 36 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in early_init_dt_alloc_reserved_memory_arch() argument 49 if (nomap) { in early_init_dt_alloc_reserved_memory_arch() 122 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory() argument 124 if (nomap) { in early_init_dt_reserve_memory() 149 bool nomap; in __reserved_mem_reserve_reg() local 160 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_reserve_reg() 170 if (size && early_init_dt_reserve_memory(base, size, nomap) == 0) { in __reserved_mem_reserve_reg() 402 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in __reserved_mem_alloc_in_range() argument 438 start, end, nomap, res_base); in __reserved_mem_alloc_in_range() 457 bool nomap; in __reserved_mem_alloc_size() local [all …]
|
| /linux/tools/perf/util/ |
| H A D | mem-events.h | 84 u32 nomap; /* count of load/stores with no phys addrs */ member
|
| H A D | mem-events.c | 760 stats->nomap++; in c2c_decode_stats() 802 stats->nomap += add->nomap; in c2c_add_stats()
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | sky2.c | 2532 goto nomap; in receive_new() 2545 nomap: in receive_new()
|
| /linux/tools/perf/ |
| H A D | builtin-c2c.c | 2416 fprintf(out, " No Page Map Rejects : %10d\n", stats->nomap); in print_c2c__display_stats()
|