Searched refs:nomap (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/of/ |
| H A D | of_reserved_mem.c | 49 if (nomap) { in early_init_dt_alloc_reserved_memory_arch() 134 if (nomap) { in early_init_dt_reserve_memory() 159 bool nomap; in __reserved_mem_reserve_reg() local 383 start, end, nomap, res_base); in __reserved_mem_alloc_in_range() 403 bool nomap; in __reserved_mem_alloc_size() local 432 && !nomap) in __reserved_mem_alloc_size() 451 start, end, nomap, &base); in __reserved_mem_alloc_size() 463 0, 0, nomap, &base); in __reserved_mem_alloc_size() 575 bool nomap; in fdt_init_reserved_mem_node() local 582 if (nomap) in fdt_init_reserved_mem_node() [all …]
|
| /linux-6.15/mm/ |
| H A D | pgtable-generic.c | 295 goto nomap; in ___pte_offset_map() 297 goto nomap; in ___pte_offset_map() 300 goto nomap; in ___pte_offset_map() 303 nomap: in ___pte_offset_map()
|
| /linux-6.15/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 | 757 stats->nomap++; in c2c_decode_stats() 799 stats->nomap += add->nomap; in c2c_add_stats()
|
| /linux-6.15/drivers/net/ethernet/marvell/ |
| H A D | sky2.c | 2534 goto nomap; in receive_new() 2547 nomap: in receive_new()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-c2c.c | 2396 fprintf(out, " No Page Map Rejects : %10d\n", stats->nomap); in print_c2c__display_stats()
|