Searched refs:nomap (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/of/ |
D | of_reserved_mem.c | 30 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in early_init_dt_alloc_reserved_memory_arch() argument 42 if (nomap) in early_init_dt_alloc_reserved_memory_arch() 82 int nomap; in __reserved_mem_alloc_size() local 95 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_alloc_size() 135 align, start, end, nomap, &base); in __reserved_mem_alloc_size() 147 0, 0, nomap, &base); in __reserved_mem_alloc_size() 250 int nomap; in fdt_init_reserved_mem() local 252 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in fdt_init_reserved_mem() 268 if (nomap) in fdt_init_reserved_mem()
|
D | fdt.c | 484 bool nomap; in __reserved_mem_reserve_reg() local 496 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_reserve_reg() 503 early_init_dt_reserve_memory_arch(base, size, nomap) == 0) in __reserved_mem_reserve_reg() 1154 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory_arch() argument 1156 if (nomap) in early_init_dt_reserve_memory_arch()
|
/Linux-v5.4/arch/mips/kernel/ |
D | prom.c | 57 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory_arch() argument 60 nomap ? BOOT_MEM_NOMAP : BOOT_MEM_RESERVED); in early_init_dt_reserve_memory_arch()
|
/Linux-v5.4/tools/perf/util/ |
D | mem-events.c | 414 stats->nomap++; in c2c_decode_stats() 450 stats->nomap += add->nomap; in c2c_add_stats()
|
D | mem-events.h | 76 u32 nomap; /* count of load/stores with no phys adrs */ member
|
/Linux-v5.4/drivers/net/ethernet/marvell/ |
D | sky2.c | 2532 goto nomap; in receive_new() 2545 nomap: in receive_new()
|
/Linux-v5.4/tools/perf/ |
D | builtin-c2c.c | 2161 fprintf(out, " No Page Map Rejects : %10d\n", stats->nomap); in print_c2c__display_stats()
|