HomeSort by: relevance | last modified time | path
    Searched defs:mapstore (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/arch/alpha/common/
bus_dma.c 79 void *mapstore; local in function:_bus_dmamap_create
93 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
97 map = (struct alpha_bus_dmamap *)mapstore;
  /src/sys/arch/emips/emips/
bus_dma.c 108 void *mapstore; local in function:_bus_dmamap_create
122 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
126 map = (struct emips_bus_dmamap *)mapstore;
  /src/sys/arch/hpcmips/hpcmips/
bus_dma.c 99 void *mapstore; local in function:_hpcmips_bd_map_create
110 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
114 map = (struct bus_dmamap_hpcmips *)mapstore;
123 map->bdm.dm_segs = (bus_dma_segment_t *)((char *)mapstore +
  /src/sys/arch/pmax/pmax/
bus_dma.c 108 void *mapstore; local in function:_bus_dmamap_create
122 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
126 map = (struct pmax_bus_dmamap *)mapstore;
  /src/sys/arch/sun68k/sun68k/
bus.c 194 void *mapstore; local in function:_bus_dmamap_create
208 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
212 map = (struct sun68k_bus_dmamap *)mapstore;
  /src/sys/rump/dev/lib/libpci/
rumpdev_bus_dma.c 98 void *mapstore; local in function:bus_dmamap_create
114 if ((mapstore = kmem_intr_alloc(mapsize,
118 memset(mapstore, 0, mapsize);
119 map = (void *)mapstore;
  /src/sys/arch/playstation2/playstation2/
bus_dma.c 90 void *mapstore; local in function:_bus_dmamap_create
104 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
108 map = (struct playstation2_bus_dmamap *)mapstore;
  /src/sys/arch/x68k/x68k/
bus.c 89 void *mapstore; local in function:x68k_bus_dmamap_create
106 if ((mapstore = malloc(mapsize, M_DMAMAP,
110 memset(mapstore, 0, mapsize);
111 map = (struct x68k_bus_dmamap *)mapstore;
  /src/sys/arch/mipsco/mipsco/
bus_dma.c 92 void *mapstore; local in function:_bus_dmamap_create
106 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
110 map = (struct mipsco_bus_dmamap *)mapstore;
  /src/sys/arch/arc/arc/
bus_dma.c 95 void *mapstore; local in function:_bus_dmamap_create
109 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
113 map = (struct arc_bus_dmamap *)mapstore;
  /src/sys/arch/evbsh3/evbsh3/
bus_dma.c 88 void *mapstore; local in function:_bus_dmamap_create
104 mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
106 if (mapstore == NULL)
109 DPRINTF(("%s: dmamp = %p\n", __func__, mapstore));
111 map = (bus_dmamap_t)mapstore;
  /src/sys/arch/landisk/landisk/
bus_dma.c 88 void *mapstore; local in function:_bus_dmamap_create
104 mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
106 if (mapstore == NULL)
109 DPRINTF(("%s: dmamp = %p\n", __func__, mapstore));
111 map = (bus_dmamap_t)mapstore;
  /src/sys/arch/mvme68k/mvme68k/
bus_dma.c 84 void *mapstore; local in function:_bus_dmamap_create
98 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
102 map = (struct mvme68k_bus_dmamap *)mapstore;
  /src/sys/arch/newsmips/newsmips/
bus.c 152 void *mapstore; local in function:_bus_dmamap_create
166 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
170 map = (struct newsmips_bus_dmamap *)mapstore;
  /src/sys/arch/ews4800mips/ews4800mips/
bus_dma.c 91 void *mapstore; local in function:_bus_dmamap_create
105 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
109 map = (struct ews4800mips_bus_dmamap *)mapstore;
  /src/sys/arch/m68k/m68k/
bus_dma.c 83 void *mapstore; local in function:_bus_dmamap_create
97 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
101 map = (struct m68k_bus_dmamap *)mapstore;
  /src/sys/arch/powerpc/powerpc/
bus_dma.c 102 void *mapstore; local in function:_bus_dmamap_create
118 if ((mapstore = kmem_intr_alloc(mapsize,
122 memset(mapstore, 0, mapsize);
123 map = (struct powerpc_bus_dmamap *)mapstore;
  /src/sys/arch/vax/vax/
bus_dma.c 88 void *mapstore; local in function:_bus_dmamap_create
107 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
111 map = (struct vax_bus_dmamap *)mapstore;
  /src/sys/arch/virt68k/virt68k/
bus_dma.c 83 void *mapstore; local in function:_bus_dmamap_create
97 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
101 map = (struct virt68k_bus_dmamap *)mapstore;
  /src/sys/arch/atari/atari/
bus.c 399 void *mapstore; local in function:_bus_dmamap_create
413 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
417 map = (struct atari_bus_dmamap *)mapstore;
  /src/sys/arch/mips/mips/
bus_dma.c 318 void *mapstore; local in function:_bus_dmamap_create
336 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
340 map = mapstore;
  /src/sys/arch/x86/x86/
bus_dma.c 279 void *cookiestore, *mapstore; local in function:_bus_dmamap_create
297 if ((mapstore = malloc(mapsize, M_DMAMAP, M_ZERO |
301 map = (struct x86_bus_dmamap *)mapstore;
  /src/sys/arch/arm/arm32/
bus_dma.c 359 void *mapstore; local in function:_bus_dmamap_create
384 if ((mapstore = kmem_intr_zalloc(mapsize, zallocflags)) == NULL)
387 map = (struct arm32_bus_dmamap *)mapstore;
  /src/sys/arch/riscv/riscv/
bus_dma.c 353 void *mapstore; local in function:_bus_dmamap_create
378 if ((mapstore = kmem_intr_zalloc(mapsize, zallocflags)) == NULL)
381 map = (struct riscv_bus_dmamap *)mapstore;
  /src/sys/arch/sparc64/sparc64/
machdep.c 931 void *mapstore; local in function:_bus_dmamap_create
945 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
949 map = (struct sparc_bus_dmamap *)mapstore;

Completed in 134 milliseconds

1 2