Home
last modified time | relevance | path

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

/linux/drivers/of/
A Dof_reserved_mem.c33 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in early_init_dt_alloc_reserved_memory_arch() argument
46 if (nomap) { in early_init_dt_alloc_reserved_memory_arch()
90 bool nomap; in __reserved_mem_alloc_size() local
113 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_alloc_size()
119 && !nomap) { in __reserved_mem_alloc_size()
143 align, start, end, nomap, &base); in __reserved_mem_alloc_size()
155 0, 0, nomap, &base); in __reserved_mem_alloc_size()
267 bool nomap; in fdt_init_reserved_mem() local
269 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in fdt_init_reserved_mem()
284 if (nomap) in fdt_init_reserved_mem()
A Dfdt.c480 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory_arch() argument
482 if (nomap) { in early_init_dt_reserve_memory_arch()
506 bool nomap; in __reserved_mem_reserve_reg() local
518 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_reserve_reg()
525 early_init_dt_reserve_memory_arch(base, size, nomap) == 0) in __reserved_mem_reserve_reg()
/linux/tools/perf/util/
A Dmem-events.h85 u32 nomap; /* count of load/stores with no phys addrs */ member
A Dmem-events.c585 stats->nomap++; in c2c_decode_stats()
623 stats->nomap += add->nomap; in c2c_add_stats()
/linux/drivers/net/ethernet/marvell/
A Dsky2.c2534 goto nomap; in receive_new()
2547 nomap: in receive_new()
/linux/tools/perf/
A Dbuiltin-c2c.c2150 fprintf(out, " No Page Map Rejects : %10d\n", stats->nomap); in print_c2c__display_stats()

Completed in 24 milliseconds