Searched refs:mapp (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/mtd/maps/ |
| A D | uclinux.c | 70 struct map_info *mapp; in uclinux_mtd_init() local 72 mapp = &uclinux_ram_map; in uclinux_mtd_init() 77 mapp->phys = physaddr; in uclinux_mtd_init() 79 if (!mapp->size) in uclinux_mtd_init() 80 mapp->size = PAGE_ALIGN(ntohl(*((unsigned long *)(mapp->phys + 8)))); in uclinux_mtd_init() 81 mapp->bankwidth = 4; in uclinux_mtd_init() 84 (int) mapp->phys, (int) mapp->size); in uclinux_mtd_init() 92 mapp->virt = phys_to_virt(mapp->phys); in uclinux_mtd_init() 94 if (mapp->virt == 0) { in uclinux_mtd_init() 99 simple_map_init(mapp); in uclinux_mtd_init() [all …]
|
| /linux/drivers/pci/ |
| A D | of_property.c | 215 u32 *int_map, *mapp; in of_pci_prop_intr_map() local 263 mapp = int_map; in of_pci_prop_intr_map() 273 mapp += OF_PCI_ADDRESS_CELLS; in of_pci_prop_intr_map() 274 *mapp = pin; in of_pci_prop_intr_map() 275 mapp++; in of_pci_prop_intr_map() 276 *mapp = out_irq[i].np->phandle; in of_pci_prop_intr_map() 277 mapp++; in of_pci_prop_intr_map() 280 "reg", mapp, in of_pci_prop_intr_map() 285 mapp += addr_sz[i]; in of_pci_prop_intr_map() 286 memcpy(mapp, out_irq[i].args, in of_pci_prop_intr_map() [all …]
|
| /linux/tools/perf/util/ |
| A D | maps.c | 394 struct map **mapp = in maps__by_address_index() local 398 if (mapp) in maps__by_address_index() 415 struct map **mapp = in maps__by_name_index() local 419 if (mapp) in maps__by_name_index() 618 if (mapp) in maps__find_symbol() 619 *mapp = map; in maps__find_symbol() 627 struct map **mapp; member 653 .mapp = mapp, in maps__find_symbol_by_name() 1045 struct map **mapp = in maps__find() local 1049 if (mapp) in maps__find() [all …]
|
| A D | maps.h | 62 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);
|
| A D | machine.h | 237 struct map **mapp) in machine__find_kernel_symbol() argument 239 return maps__find_symbol(machine->kmaps, addr, mapp); in machine__find_kernel_symbol() 245 struct map **mapp) in machine__find_kernel_symbol_by_name() argument 247 return maps__find_symbol_by_name(machine->kmaps, name, mapp); in machine__find_kernel_symbol_by_name()
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_da_btree.c | 2326 mapp = kmalloc(sizeof(*mapp) * count, in xfs_da_grow_inode_int() 2350 mapp[mapi - 1].br_startoff + mapp[mapi - 1].br_blockcount != in xfs_da_grow_inode_int() 2360 if (mapp != &map) in xfs_da_grow_inode_int() 2361 kfree(mapp); in xfs_da_grow_inode_int() 2725 *mapp = map; in xfs_dabuf_map() 2802 if (mapp != &map) in xfs_da_get_buf() 2803 kfree(mapp); in xfs_da_get_buf() 2845 if (mapp != &map) in xfs_da_read_buf() 2846 kfree(mapp); in xfs_da_read_buf() 2867 mapp = ↦ in xfs_da_reada_buf() [all …]
|
| /linux/fs/ufs/ |
| A D | util.h | 412 unsigned char * mapp; in find_last_zero_bit() local 415 mapp = bitmap + (size >> 3); in find_last_zero_bit() 416 map = *mapp--; in find_last_zero_bit() 424 map = *mapp--; in find_last_zero_bit()
|
| /linux/drivers/scsi/aic7xxx/ |
| A D | aic7xxx_osm.c | 852 int flags, bus_dmamap_t *mapp) in ahc_dmamem_alloc() argument 855 *vaddr = dma_alloc_coherent(ahc->dev, dmat->maxsize, mapp, GFP_ATOMIC); in ahc_dmamem_alloc()
|
| A D | aic79xx_osm.c | 952 int flags, bus_dmamap_t *mapp) in ahd_dmamem_alloc() argument 954 *vaddr = dma_alloc_coherent(&ahd->dev_softc->dev, dmat->maxsize, mapp, in ahd_dmamem_alloc()
|
Completed in 36 milliseconds