Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/of/
Dof_reserved_mem.c30 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()
Dfdt.c484 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/
Dprom.c57 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/
Dmem-events.c414 stats->nomap++; in c2c_decode_stats()
450 stats->nomap += add->nomap; in c2c_add_stats()
Dmem-events.h76 u32 nomap; /* count of load/stores with no phys adrs */ member
/Linux-v5.4/drivers/net/ethernet/marvell/
Dsky2.c2532 goto nomap; in receive_new()
2545 nomap: in receive_new()
/Linux-v5.4/tools/perf/
Dbuiltin-c2c.c2161 fprintf(out, " No Page Map Rejects : %10d\n", stats->nomap); in print_c2c__display_stats()