vdma_alloc 11 arch/mips/include/asm/jazzdma.h extern unsigned long vdma_alloc(unsigned long paddr, unsigned long size); vdma_alloc 112 arch/mips/include/asm/mach-jazz/floppy.h vdma_alloc(CPHYSADDR(mem), size); /* XXX error checking */ vdma_alloc 179 arch/mips/jazz/jazzdma.c EXPORT_SYMBOL(vdma_alloc); vdma_alloc 572 arch/mips/jazz/jazzdma.c *dma_handle = vdma_alloc(virt_to_phys(ret), size); vdma_alloc 596 arch/mips/jazz/jazzdma.c return vdma_alloc(phys, size); vdma_alloc 617 arch/mips/jazz/jazzdma.c sg->dma_address = vdma_alloc(sg_phys(sg), sg->length);