Searched refs:nomap (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/of/ |
H A D | of_reserved_mem.c | 47 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 D | fdt.c | 480 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 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()
|
/openbmc/linux/tools/perf/util/ |
H A D | mem-events.h | 89 u32 nomap; /* count of load/stores with no phys addrs */ member
|
H A D | mem-events.c | 663 stats->nomap++; in c2c_decode_stats() 705 stats->nomap += add->nomap; in c2c_add_stats()
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 2532 goto nomap; in receive_new() 2545 nomap: in receive_new()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-c2c.c | 2417 fprintf(out, " No Page Map Rejects : %10d\n", stats->nomap); in print_c2c__display_stats()
|