Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/of/
Dof_reserved_mem.c31 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in early_init_dt_alloc_reserved_memory_arch() argument
53 if (nomap) in early_init_dt_alloc_reserved_memory_arch()
59 phys_addr_t align, phys_addr_t start, phys_addr_t end, bool nomap, in early_init_dt_alloc_reserved_memory_arch() argument
63 size, nomap ? " (nomap)" : ""); in early_init_dt_alloc_reserved_memory_arch()
102 int nomap; in __reserved_mem_alloc_size() local
115 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_alloc_size()
155 align, start, end, nomap, &base); in __reserved_mem_alloc_size()
167 0, 0, nomap, &base); in __reserved_mem_alloc_size()
Dfdt.c559 int nomap, first = 1; in __reserved_mem_reserve_reg() local
571 nomap = of_get_flat_dt_prop(node, "no-map", NULL) != NULL; in __reserved_mem_reserve_reg()
578 early_init_dt_reserve_memory_arch(base, size, nomap) == 0) in __reserved_mem_reserve_reg()
1173 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory_arch() argument
1175 if (nomap) in early_init_dt_reserve_memory_arch()
1192 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory_arch() argument
1195 &base, &size, nomap ? " (nomap)" : ""); in early_init_dt_reserve_memory_arch()
/Linux-v4.19/arch/nios2/kernel/
Dprom.c46 bool nomap) in early_init_dt_reserve_memory_arch() argument
/Linux-v4.19/arch/mips/kernel/
Dprom.c48 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory_arch() argument
/Linux-v4.19/include/linux/
Dof_reserved_mem.h42 bool nomap,
/Linux-v4.19/tools/perf/util/
Dmem-events.c414 stats->nomap++; in c2c_decode_stats()
450 stats->nomap += add->nomap; in c2c_add_stats()
Dmem-events.h67 u32 nomap; /* count of load/stores with no phys adrs */ member
/Linux-v4.19/drivers/net/ethernet/marvell/
Dsky2.c2549 goto nomap; in receive_new()
2562 nomap: in receive_new()
/Linux-v4.19/tools/perf/
Dbuiltin-c2c.c2148 fprintf(out, " No Page Map Rejects : %10d\n", stats->nomap); in print_c2c__display_stats()