Searched refs:nomap (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/of/ |
| H A D | of_reserved_mem.c | 38 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in early_init_dt_alloc_reserved_memory_arch() argument 51 if (nomap) { in early_init_dt_alloc_reserved_memory_arch() 133 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory() argument 135 if (nomap) { in early_init_dt_reserve_memory() 159 bool nomap, default_cma; in __reserved_mem_reserve_reg() local 165 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_reserve_reg() 181 if (size && early_init_dt_reserve_memory(base, size, nomap) == 0) { in __reserved_mem_reserve_reg() 345 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in __reserved_mem_alloc_in_range() argument 381 start, end, nomap, res_base); in __reserved_mem_alloc_in_range() 400 bool nomap, default_cma; in __reserved_mem_alloc_size() local [all …]
|
| /linux/mm/ |
| H A D | pgtable-generic.c | 296 goto nomap; in ___pte_offset_map() 298 goto nomap; in ___pte_offset_map() 301 goto nomap; in ___pte_offset_map() 304 nomap: in ___pte_offset_map()
|
| /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 | 2444 fprintf(out, " No Page Map Rejects : %10d\n", stats->nomap); in print_c2c__display_stats()
|