Home
last modified time | relevance | path

Searched refs:mapp (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/mtd/maps/
Duclinux.c74 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.1.27/arch/ia64/sn/kernel/sn2/
Dprominfo_proc.c80 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.1.27/fs/xfs/libxfs/
Dxfs_da_btree.c2004 struct xfs_bmbt_irec map, *mapp; in xfs_da_grow_inode_int() local
2028 mapp = ↦ in xfs_da_grow_inode_int()
2038 mapp = kmem_alloc(sizeof(*mapp) * count, KM_SLEEP); in xfs_da_grow_inode_int()
2045 &mapp[mapi], &nmap, args->flist); in xfs_da_grow_inode_int()
2051 b = mapp[mapi - 1].br_startoff + in xfs_da_grow_inode_int()
2052 mapp[mapi - 1].br_blockcount; in xfs_da_grow_inode_int()
2056 mapp = NULL; in xfs_da_grow_inode_int()
2063 got += mapp[i].br_blockcount; in xfs_da_grow_inode_int()
2064 if (got != count || mapp[0].br_startoff != *bno || in xfs_da_grow_inode_int()
2065 mapp[mapi - 1].br_startoff + mapp[mapi - 1].br_blockcount != in xfs_da_grow_inode_int()
[all …]
/linux-4.1.27/tools/perf/util/
Dmachine.h158 struct map **mapp, in machine__find_kernel_symbol() argument
162 mapp, filter); in machine__find_kernel_symbol()
167 struct map **mapp, in machine__find_kernel_function() argument
171 mapp, filter); in machine__find_kernel_function()
177 struct map **mapp, in machine__find_kernel_function_by_name() argument
180 return map_groups__find_function_by_name(&machine->kmaps, name, mapp, in machine__find_kernel_function_by_name()
Dmap.h206 struct map **mapp,
212 struct map **mapp,
221 const char *name, struct map **mapp, in map_groups__find_function_by_name() argument
224 return map_groups__find_symbol_by_name(mg, MAP__FUNCTION, name, mapp, filter); in map_groups__find_function_by_name()
Dmap.c520 struct map **mapp, in map_groups__find_symbol() argument
527 if (mapp != NULL) in map_groups__find_symbol()
528 *mapp = map; in map_groups__find_symbol()
538 struct map **mapp, in map_groups__find_symbol_by_name() argument
549 if (mapp != NULL) in map_groups__find_symbol_by_name()
550 *mapp = pos; in map_groups__find_symbol_by_name()
Dprobe-event.c118 struct map **mapp) in __find_kernel_function_by_name() argument
120 return machine__find_kernel_function_by_name(host_machine, name, mapp, in __find_kernel_function_by_name()
124 static struct symbol *__find_kernel_function(u64 addr, struct map **mapp) in __find_kernel_function() argument
126 return machine__find_kernel_function(host_machine, addr, mapp, NULL); in __find_kernel_function()
/linux-4.1.27/fs/ufs/
Dutil.h424 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.1.27/kernel/bpf/
Dverifier.c752 enum bpf_arg_type arg_type, struct bpf_map **mapp) in check_func_arg() argument
791 *mapp = reg->map_ptr; in check_func_arg()
798 if (!*mapp) { in check_func_arg()
807 err = check_stack_boundary(env, regno, (*mapp)->key_size); in check_func_arg()
813 if (!*mapp) { in check_func_arg()
818 err = check_stack_boundary(env, regno, (*mapp)->value_size); in check_func_arg()
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx_osm.c863 int flags, bus_dmamap_t *mapp) in ahc_dmamem_alloc() argument
866 dmat->maxsize, mapp); in ahc_dmamem_alloc()
Daic79xx_osm.c968 int flags, bus_dmamap_t *mapp) in ahd_dmamem_alloc() argument
971 dmat->maxsize, mapp); in ahd_dmamem_alloc()