Searched refs:mapp (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/mtd/maps/
H A Duclinux.c70 struct map_info *mapp; local
72 mapp = &uclinux_ram_map;
75 mapp->phys = (resource_size_t)__bss_stop;
77 mapp->phys = physaddr;
79 if (!mapp->size)
80 mapp->size = PAGE_ALIGN(ntohl(*((unsigned long *)(mapp->phys + 8))));
81 mapp->bankwidth = 4;
84 (int) mapp->phys, (int) mapp
[all...]
/linux-master/drivers/pci/
H A Dof_property.c195 u32 *int_map, *mapp; local
241 mapp = int_map;
249 *mapp = (child->bus->number << 16) |
251 mapp += OF_PCI_ADDRESS_CELLS;
252 *mapp = pin;
253 mapp++;
254 *mapp = out_irq[i].np->phandle;
255 mapp++;
258 "reg", mapp,
263 mapp
[all...]
/linux-master/tools/perf/util/
H A Dmaps.c396 struct map **mapp = local
398 sizeof(*mapp), map__start_cmp);
400 if (mapp)
401 return mapp - maps_by_address;
417 struct map **mapp = local
419 sizeof(*mapp), map__strcmp);
421 if (mapp)
422 return mapp - maps_by_name;
608 struct symbol *maps__find_symbol(struct maps *maps, u64 addr, struct map **mapp) argument
617 if (mapp)
626 struct map **mapp; member in struct:maps__find_symbol_by_name_args
649 maps__find_symbol_by_name(struct maps *maps, const char *name, struct map **mapp) argument
971 struct map **mapp = local
1017 struct map **mapp = local
[all...]
H A Dmaps.h62 struct symbol *maps__find_symbol(struct maps *maps, u64 addr, struct map **mapp);
63 struct symbol *maps__find_symbol_by_name(struct maps *maps, const char *name, struct map **mapp);
H A Dmachine.h217 struct map **mapp)
219 return maps__find_symbol(machine->kmaps, addr, mapp);
225 struct map **mapp)
227 return maps__find_symbol_by_name(machine->kmaps, name, mapp);
216 machine__find_kernel_symbol(struct machine *machine, u64 addr, struct map **mapp) argument
223 machine__find_kernel_symbol_by_name(struct machine *machine, const char *name, struct map **mapp) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c2170 struct xfs_bmbt_irec map, *mapp; local
2192 mapp = &map;
2202 mapp = kmalloc(sizeof(*mapp) * count,
2209 args->total, &mapp[mapi], &nmap);
2215 b = mapp[mapi - 1].br_startoff +
2216 mapp[mapi - 1].br_blockcount;
2220 mapp = NULL;
2227 got += mapp[i].br_blockcount;
2228 if (got != count || mapp[
2531 xfs_dabuf_map( struct xfs_inode *dp, xfs_dablk_t bno, unsigned int flags, int whichfork, struct xfs_buf_map **mapp, int *nmaps) argument
2628 struct xfs_buf_map map, *mapp = &map; local
2665 struct xfs_buf_map map, *mapp = &map; local
2705 struct xfs_buf_map *mapp; local
[all...]
/linux-master/fs/ufs/
H A Dutil.h412 unsigned char * mapp; local
415 mapp = bitmap + (size >> 3);
416 map = *mapp--;
424 map = *mapp--;
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c852 int flags, bus_dmamap_t *mapp)
855 *vaddr = dma_alloc_coherent(ahc->dev, dmat->maxsize, mapp, GFP_ATOMIC);
851 ahc_dmamem_alloc(struct ahc_softc *ahc, bus_dma_tag_t dmat, void** vaddr, int flags, bus_dmamap_t *mapp) argument
H A Daic79xx_osm.c952 int flags, bus_dmamap_t *mapp)
954 *vaddr = dma_alloc_coherent(&ahd->dev_softc->dev, dmat->maxsize, mapp,
951 ahd_dmamem_alloc(struct ahd_softc *ahd, bus_dma_tag_t dmat, void** vaddr, int flags, bus_dmamap_t *mapp) argument

Completed in 198 milliseconds