Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/of/
Dof_reserved_mem.c35 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in early_init_dt_alloc_reserved_memory_arch() argument
48 if (nomap) { in early_init_dt_alloc_reserved_memory_arch()
82 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory() argument
84 if (nomap) { in early_init_dt_reserve_memory()
110 bool nomap; in __reserved_mem_reserve_reg() local
122 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_reserve_reg()
129 early_init_dt_reserve_memory(base, size, nomap) == 0) in __reserved_mem_reserve_reg()
207 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in __reserved_mem_alloc_in_range() argument
243 start, end, nomap, res_base); in __reserved_mem_alloc_in_range()
264 bool nomap; in __reserved_mem_alloc_size() local
[all …]
/linux-6.12.1/mm/
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.12.1/tools/perf/util/
Dmem-events.h83 u32 nomap; /* count of load/stores with no phys addrs */ member
Dmem-events.c732 stats->nomap++; in c2c_decode_stats()
774 stats->nomap += add->nomap; in c2c_add_stats()
/linux-6.12.1/drivers/net/ethernet/marvell/
Dsky2.c2533 goto nomap; in receive_new()
2546 nomap: in receive_new()
/linux-6.12.1/tools/perf/
Dbuiltin-c2c.c2396 fprintf(out, " No Page Map Rejects : %10d\n", stats->nomap); in print_c2c__display_stats()