Searched refs:bounce_bus_dmamem_free (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/riscv/riscv/ |
H A D | busdma_bounce.c | 466 bounce_bus_dmamem_free(bus_dma_tag_t dmat, void *vaddr, bus_dmamap_t map) in bounce_bus_dmamem_free() 929 .mem_free = bounce_bus_dmamem_free, in bounce_bus_dmamap_sync() 462 bounce_bus_dmamem_free(bus_dma_tag_t dmat, void *vaddr, bus_dmamap_t map) bounce_bus_dmamem_free() function
|
/freebsd/sys/x86/x86/ |
H A D | busdma_bounce.c | 482 bounce_bus_dmamem_free(bus_dma_tag_t dmat, void *vaddr, bus_dmamap_t map) in bounce_bus_dmamem_free() 983 .mem_free = bounce_bus_dmamem_free, in bounce_bus_dmamap_sync() 478 bounce_bus_dmamem_free(bus_dma_tag_t dmat, void *vaddr, bus_dmamap_t map) bounce_bus_dmamem_free() function
|
/freebsd/sys/arm64/arm64/ |
H A D | busdma_bounce.c | 613 bounce_bus_dmamem_free(bus_dma_tag_t dmat, void *vaddr, bus_dmamap_t map) in bounce_bus_dmamem_free() function 1141 .mem_free = bounce_bus_dmamem_free,
|