Home
last modified time | relevance | path

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

/openbmc/linux/drivers/of/
H A Dof_reserved_mem.c47 if (nomap) { in early_init_dt_alloc_reserved_memory_arch()
122 start, end, nomap, res_base); in __reserved_mem_alloc_in_range()
143 bool nomap; in __reserved_mem_alloc_size() local
166 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_alloc_size()
172 && !nomap) in __reserved_mem_alloc_size()
192 start, end, nomap, &base); in __reserved_mem_alloc_size()
204 0, 0, nomap, &base); in __reserved_mem_alloc_size()
322 bool nomap; in fdt_init_reserved_mem() local
324 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in fdt_init_reserved_mem()
339 if (nomap) in fdt_init_reserved_mem()
[all …]
H A Dfdt.c480 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory() argument
482 if (nomap) { in early_init_dt_reserve_memory()
508 bool nomap; in __reserved_mem_reserve_reg() local
520 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_reserve_reg()
527 early_init_dt_reserve_memory(base, size, nomap) == 0) in __reserved_mem_reserve_reg()
/openbmc/linux/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()
/openbmc/linux/tools/perf/util/
H A Dmem-events.h89 u32 nomap; /* count of load/stores with no phys addrs */ member
H A Dmem-events.c663 stats->nomap++; in c2c_decode_stats()
705 stats->nomap += add->nomap; in c2c_add_stats()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dsky2.c2532 goto nomap; in receive_new()
2545 nomap: in receive_new()
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c2417 fprintf(out, " No Page Map Rejects : %10d\n", stats->nomap); in print_c2c__display_stats()