Home
last modified time | relevance | path

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

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