Searched refs:nomap (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/of/ |
D | of_reserved_mem.c | 35 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/ |
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.12.1/tools/perf/util/ |
D | mem-events.h | 83 u32 nomap; /* count of load/stores with no phys addrs */ member
|
D | mem-events.c | 732 stats->nomap++; in c2c_decode_stats() 774 stats->nomap += add->nomap; in c2c_add_stats()
|
/linux-6.12.1/drivers/net/ethernet/marvell/ |
D | sky2.c | 2533 goto nomap; in receive_new() 2546 nomap: in receive_new()
|
/linux-6.12.1/tools/perf/ |
D | builtin-c2c.c | 2396 fprintf(out, " No Page Map Rejects : %10d\n", stats->nomap); in print_c2c__display_stats()
|