Home
last modified time | relevance | path

Searched refs:nomap (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/of/
H A Dof_reserved_mem.c49 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 Dpgtable-generic.c295 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 Dmem-events.h84 u32 nomap; /* count of load/stores with no phys addrs */ member
H A Dmem-events.c757 stats->nomap++; in c2c_decode_stats()
799 stats->nomap += add->nomap; in c2c_add_stats()
/linux-6.15/drivers/net/ethernet/marvell/
H A Dsky2.c2534 goto nomap; in receive_new()
2547 nomap: in receive_new()
/linux-6.15/tools/perf/
H A Dbuiltin-c2c.c2396 fprintf(out, " No Page Map Rejects : %10d\n", stats->nomap); in print_c2c__display_stats()