/linux-4.4.14/drivers/mtd/maps/ |
D | uclinux.c | 74 struct map_info *mapp; in uclinux_mtd_init() local 76 mapp = &uclinux_ram_map; in uclinux_mtd_init() 79 mapp->phys = (resource_size_t)__bss_stop; in uclinux_mtd_init() 81 mapp->phys = physaddr; in uclinux_mtd_init() 83 if (!mapp->size) in uclinux_mtd_init() 84 mapp->size = PAGE_ALIGN(ntohl(*((unsigned long *)(mapp->phys + 8)))); in uclinux_mtd_init() 85 mapp->bankwidth = 4; in uclinux_mtd_init() 88 (int) mapp->phys, (int) mapp->size); in uclinux_mtd_init() 96 mapp->virt = phys_to_virt(mapp->phys); in uclinux_mtd_init() 98 if (mapp->virt == 0) { in uclinux_mtd_init() [all …]
|
/linux-4.4.14/arch/ia64/sn/kernel/sn2/ |
D | prominfo_proc.c | 80 struct fit_type_map_t const *mapp; in fit_type_name() local 82 for (mapp = fit_entry_types; mapp->type != 0xff; mapp++) in fit_type_name() 83 if (type == mapp->type) in fit_type_name() 84 return mapp->name; in fit_type_name()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_da_btree.c | 2015 struct xfs_bmbt_irec map, *mapp; in xfs_da_grow_inode_int() local 2039 mapp = ↦ in xfs_da_grow_inode_int() 2049 mapp = kmem_alloc(sizeof(*mapp) * count, KM_SLEEP); in xfs_da_grow_inode_int() 2056 &mapp[mapi], &nmap, args->flist); in xfs_da_grow_inode_int() 2062 b = mapp[mapi - 1].br_startoff + in xfs_da_grow_inode_int() 2063 mapp[mapi - 1].br_blockcount; in xfs_da_grow_inode_int() 2067 mapp = NULL; in xfs_da_grow_inode_int() 2074 got += mapp[i].br_blockcount; in xfs_da_grow_inode_int() 2075 if (got != count || mapp[0].br_startoff != *bno || in xfs_da_grow_inode_int() 2076 mapp[mapi - 1].br_startoff + mapp[mapi - 1].br_blockcount != in xfs_da_grow_inode_int() [all …]
|
/linux-4.4.14/tools/perf/util/ |
D | machine.h | 175 struct map **mapp, in machine__find_kernel_symbol() argument 179 mapp, filter); in machine__find_kernel_symbol() 184 struct map **mapp, in machine__find_kernel_function() argument 188 mapp, filter); in machine__find_kernel_function() 194 struct map **mapp, in machine__find_kernel_function_by_name() argument 197 return map_groups__find_function_by_name(&machine->kmaps, name, mapp, in machine__find_kernel_function_by_name()
|
D | map.h | 194 struct map **mapp, symbol_filter_t filter); 234 struct map **mapp, 240 struct map **mapp, 249 const char *name, struct map **mapp, in map_groups__find_function_by_name() argument 252 return map_groups__find_symbol_by_name(mg, MAP__FUNCTION, name, mapp, filter); in map_groups__find_function_by_name()
|
D | map.c | 541 struct map **mapp, in map_groups__find_symbol() argument 548 if (mapp != NULL) in map_groups__find_symbol() 549 *mapp = map; in map_groups__find_symbol() 557 struct map **mapp, symbol_filter_t filter) in maps__find_symbol_by_name() argument 571 if (mapp != NULL) in maps__find_symbol_by_name() 572 *mapp = pos; in maps__find_symbol_by_name() 585 struct map **mapp, in map_groups__find_symbol_by_name() argument 588 struct symbol *sym = maps__find_symbol_by_name(&mg->maps[type], name, mapp, filter); in map_groups__find_symbol_by_name()
|
D | probe-event.c | 114 struct map **mapp) in __find_kernel_function_by_name() argument 116 return machine__find_kernel_function_by_name(host_machine, name, mapp, in __find_kernel_function_by_name() 120 static struct symbol *__find_kernel_function(u64 addr, struct map **mapp) in __find_kernel_function() argument 122 return machine__find_kernel_function(host_machine, addr, mapp, NULL); in __find_kernel_function()
|
/linux-4.4.14/fs/ufs/ |
D | util.h | 424 unsigned char * mapp; in find_last_zero_bit() local 427 mapp = bitmap + (size >> 3); in find_last_zero_bit() 428 map = *mapp--; in find_last_zero_bit() 436 map = *mapp--; in find_last_zero_bit()
|
/linux-4.4.14/kernel/bpf/ |
D | verifier.c | 801 enum bpf_arg_type arg_type, struct bpf_map **mapp) in check_func_arg() argument 845 *mapp = reg->map_ptr; in check_func_arg() 852 if (!*mapp) { in check_func_arg() 861 err = check_stack_boundary(env, regno, (*mapp)->key_size); in check_func_arg() 867 if (!*mapp) { in check_func_arg() 872 err = check_stack_boundary(env, regno, (*mapp)->value_size); in check_func_arg()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 862 int flags, bus_dmamap_t *mapp) in ahc_dmamem_alloc() argument 865 dmat->maxsize, mapp); in ahc_dmamem_alloc()
|
D | aic79xx_osm.c | 967 int flags, bus_dmamap_t *mapp) in ahd_dmamem_alloc() argument 970 dmat->maxsize, mapp); in ahd_dmamem_alloc()
|