/linux-4.4.14/drivers/mtd/maps/ |
H A D | uclinux.c | 74 struct map_info *mapp; uclinux_mtd_init() local 76 mapp = &uclinux_ram_map; uclinux_mtd_init() 79 mapp->phys = (resource_size_t)__bss_stop; uclinux_mtd_init() 81 mapp->phys = physaddr; uclinux_mtd_init() 83 if (!mapp->size) uclinux_mtd_init() 84 mapp->size = PAGE_ALIGN(ntohl(*((unsigned long *)(mapp->phys + 8)))); uclinux_mtd_init() 85 mapp->bankwidth = 4; uclinux_mtd_init() 88 (int) mapp->phys, (int) mapp->size); uclinux_mtd_init() 96 mapp->virt = phys_to_virt(mapp->phys); uclinux_mtd_init() 98 if (mapp->virt == 0) { uclinux_mtd_init() 103 simple_map_init(mapp); uclinux_mtd_init() 105 mtd = do_map_probe("map_" MAP_NAME, mapp); uclinux_mtd_init() 113 mtd->priv = mapp; uclinux_mtd_init()
|
/linux-4.4.14/arch/ia64/sn/kernel/sn2/ |
H A D | prominfo_proc.c | 80 struct fit_type_map_t const *mapp; fit_type_name() local 82 for (mapp = fit_entry_types; mapp->type != 0xff; mapp++) fit_type_name() 83 if (type == mapp->type) fit_type_name() 84 return mapp->name; fit_type_name()
|
/linux-4.4.14/tools/perf/util/ |
H A D | machine.h | 175 struct map **mapp, machine__find_kernel_symbol() 179 mapp, filter); machine__find_kernel_symbol() 184 struct map **mapp, machine__find_kernel_function() 188 mapp, filter); machine__find_kernel_function() 194 struct map **mapp, machine__find_kernel_function_by_name() 197 return map_groups__find_function_by_name(&machine->kmaps, name, mapp, machine__find_kernel_function_by_name() 173 machine__find_kernel_symbol(struct machine *machine, enum map_type type, u64 addr, struct map **mapp, symbol_filter_t filter) machine__find_kernel_symbol() argument 183 machine__find_kernel_function(struct machine *machine, u64 addr, struct map **mapp, symbol_filter_t filter) machine__find_kernel_function() argument 192 machine__find_kernel_function_by_name(struct machine *machine, const char *name, struct map **mapp, symbol_filter_t filter) machine__find_kernel_function_by_name() argument
|
H A 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, map_groups__find_function_by_name() 252 return map_groups__find_symbol_by_name(mg, MAP__FUNCTION, name, mapp, filter); map_groups__find_function_by_name() 248 map_groups__find_function_by_name(struct map_groups *mg, const char *name, struct map **mapp, symbol_filter_t filter) map_groups__find_function_by_name() argument
|
H A D | map.c | 541 struct map **mapp, map_groups__find_symbol() 548 if (mapp != NULL) map_groups__find_symbol() 549 *mapp = map; map_groups__find_symbol() 557 struct map **mapp, symbol_filter_t filter) maps__find_symbol_by_name() 571 if (mapp != NULL) maps__find_symbol_by_name() 572 *mapp = pos; maps__find_symbol_by_name() 585 struct map **mapp, map_groups__find_symbol_by_name() 588 struct symbol *sym = maps__find_symbol_by_name(&mg->maps[type], name, mapp, filter); map_groups__find_symbol_by_name() 539 map_groups__find_symbol(struct map_groups *mg, enum map_type type, u64 addr, struct map **mapp, symbol_filter_t filter) map_groups__find_symbol() argument 556 maps__find_symbol_by_name(struct maps *maps, const char *name, struct map **mapp, symbol_filter_t filter) maps__find_symbol_by_name() argument 582 map_groups__find_symbol_by_name(struct map_groups *mg, enum map_type type, const char *name, struct map **mapp, symbol_filter_t filter) map_groups__find_symbol_by_name() argument
|
H A D | probe-event.c | 114 struct map **mapp) __find_kernel_function_by_name() 116 return machine__find_kernel_function_by_name(host_machine, name, mapp, __find_kernel_function_by_name() 120 static struct symbol *__find_kernel_function(u64 addr, struct map **mapp) __find_kernel_function() argument 122 return machine__find_kernel_function(host_machine, addr, mapp, NULL); __find_kernel_function() 113 __find_kernel_function_by_name(const char *name, struct map **mapp) __find_kernel_function_by_name() argument
|
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 2015 struct xfs_bmbt_irec map, *mapp; xfs_da_grow_inode_int() local 2039 mapp = ↦ xfs_da_grow_inode_int() 2049 mapp = kmem_alloc(sizeof(*mapp) * count, KM_SLEEP); xfs_da_grow_inode_int() 2056 &mapp[mapi], &nmap, args->flist); xfs_da_grow_inode_int() 2062 b = mapp[mapi - 1].br_startoff + xfs_da_grow_inode_int() 2063 mapp[mapi - 1].br_blockcount; xfs_da_grow_inode_int() 2067 mapp = NULL; xfs_da_grow_inode_int() 2074 got += mapp[i].br_blockcount; xfs_da_grow_inode_int() 2075 if (got != count || mapp[0].br_startoff != *bno || xfs_da_grow_inode_int() 2076 mapp[mapi - 1].br_startoff + mapp[mapi - 1].br_blockcount != xfs_da_grow_inode_int() 2086 if (mapp != &map) xfs_da_grow_inode_int() 2087 kmem_free(mapp); xfs_da_grow_inode_int() 2389 xfs_bmbt_irec_t *mapp, xfs_da_map_covers_blocks() 2397 if (mapp[i].br_startblock == HOLESTARTBLOCK || xfs_da_map_covers_blocks() 2398 mapp[i].br_startblock == DELAYSTARTBLOCK) { xfs_da_map_covers_blocks() 2401 if (off != mapp[i].br_startoff) { xfs_da_map_covers_blocks() 2404 off += mapp[i].br_blockcount; xfs_da_map_covers_blocks() 2420 struct xfs_buf_map **mapp, xfs_buf_map_from_irec() 2436 *mapp = map; xfs_buf_map_from_irec() 2440 map = *mapp; xfs_buf_map_from_irec() 2551 struct xfs_buf_map *mapp; xfs_da_get_buf() local 2556 mapp = ↦ xfs_da_get_buf() 2559 &mapp, &nmap); xfs_da_get_buf() 2568 mapp, nmap, 0); xfs_da_get_buf() 2579 if (mapp != &map) xfs_da_get_buf() 2580 kmem_free(mapp); xfs_da_get_buf() 2600 struct xfs_buf_map *mapp; xfs_da_read_buf() local 2605 mapp = ↦ xfs_da_read_buf() 2608 &mapp, &nmap); xfs_da_read_buf() 2618 mapp, nmap, 0, &bp, ops); xfs_da_read_buf() 2628 if (mapp != &map) xfs_da_read_buf() 2629 kmem_free(mapp); xfs_da_read_buf() 2646 struct xfs_buf_map *mapp; xfs_da_reada_buf() local 2650 mapp = ↦ xfs_da_reada_buf() 2653 &mapp, &nmap); xfs_da_reada_buf() 2661 mappedbno = mapp[0].bm_bn; xfs_da_reada_buf() 2662 xfs_buf_readahead_map(dp->i_mount->m_ddev_targp, mapp, nmap, ops); xfs_da_reada_buf() 2665 if (mapp != &map) xfs_da_reada_buf() 2666 kmem_free(mapp); xfs_da_reada_buf() 2387 xfs_da_map_covers_blocks( int nmap, xfs_bmbt_irec_t *mapp, xfs_dablk_t bno, int count) xfs_da_map_covers_blocks() argument 2418 xfs_buf_map_from_irec( struct xfs_mount *mp, struct xfs_buf_map **mapp, int *nmaps, struct xfs_bmbt_irec *irecs, int nirecs) xfs_buf_map_from_irec() argument
|
/linux-4.4.14/fs/ufs/ |
H A D | util.h | 424 unsigned char * mapp; find_last_zero_bit() local 427 mapp = bitmap + (size >> 3); find_last_zero_bit() 428 map = *mapp--; find_last_zero_bit() 436 map = *mapp--; find_last_zero_bit()
|
/linux-4.4.14/kernel/bpf/ |
H A D | verifier.c | 801 enum bpf_arg_type arg_type, struct bpf_map **mapp) check_func_arg() 845 *mapp = reg->map_ptr; check_func_arg() 852 if (!*mapp) { check_func_arg() 861 err = check_stack_boundary(env, regno, (*mapp)->key_size); check_func_arg() 867 if (!*mapp) { check_func_arg() 872 err = check_stack_boundary(env, regno, (*mapp)->value_size); check_func_arg() 800 check_func_arg(struct verifier_env *env, u32 regno, enum bpf_arg_type arg_type, struct bpf_map **mapp) check_func_arg() argument
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
H A D | aic79xx_osm.h | 178 bus_dmamap_t* /*mapp*/);
|
H A D | aic7xxx_osm.h | 191 bus_dmamap_t* /*mapp*/);
|
H A D | aic79xx_osm.c | 967 int flags, bus_dmamap_t *mapp) ahd_dmamem_alloc() 970 dmat->maxsize, mapp); ahd_dmamem_alloc() 966 ahd_dmamem_alloc(struct ahd_softc *ahd, bus_dma_tag_t dmat, void** vaddr, int flags, bus_dmamap_t *mapp) ahd_dmamem_alloc() argument
|
H A D | aic7xxx_osm.c | 862 int flags, bus_dmamap_t *mapp) ahc_dmamem_alloc() 865 dmat->maxsize, mapp); ahc_dmamem_alloc() 861 ahc_dmamem_alloc(struct ahc_softc *ahc, bus_dma_tag_t dmat, void** vaddr, int flags, bus_dmamap_t *mapp) ahc_dmamem_alloc() argument
|