HomeSort by: relevance | last modified time | path
    Searched defs:dmamem_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/include/
bus_dma_defs.h 145 int (*dmamem_alloc)(bus_dma_tag_t, bus_size_t, bus_size_t, member in struct:mips_bus_dmamem_ops
282 .dmamem_alloc = _bus_dmamem_alloc, \
  /src/sys/dev/pci/
emuxki.c 86 static struct dmamem *dmamem_alloc(struct emuxki_softc *, size_t);
182 dmamem_alloc(struct emuxki_softc *sc, size_t size) function in typeref:struct:dmamem *
638 sc->ptb = dmamem_alloc(sc, EMU_MAXPTE * sizeof(uint32_t));
1068 sc->pmem = dmamem_alloc(sc, size);
1077 sc->rmem = dmamem_alloc(sc, EMU_REC_DMASIZE);

Completed in 14 milliseconds