Searched refs:map_sync (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/riscv/include/ |
| H A D | bus_dma_impl.h | 81 void (*map_sync)(bus_dma_tag_t dmat, bus_dmamap_t map, member
|
| H A D | bus_dma.h | 83 tc->impl->map_sync(dmat, map, op); in bus_dmamap_sync()
|
| /freebsd-12.1/sys/arm64/include/ |
| H A D | bus_dma_impl.h | 81 void (*map_sync)(bus_dma_tag_t dmat, bus_dmamap_t map, member
|
| H A D | bus_dma.h | 83 tc->impl->map_sync(dmat, map, op); in bus_dmamap_sync()
|
| /freebsd-12.1/sys/x86/include/ |
| H A D | busdma_impl.h | 85 void (*map_sync)(bus_dma_tag_t dmat, bus_dmamap_t map, member
|
| H A D | bus_dma.h | 113 tc->impl->map_sync(dmat, map, op); in bus_dmamap_sync()
|
| /freebsd-12.1/sys/x86/iommu/ |
| H A D | busdma_dmar.c | 855 .map_sync = dmar_bus_dmamap_sync,
|
| /freebsd-12.1/sys/x86/x86/ |
| H A D | busdma_bounce.c | 1318 .map_sync = bounce_bus_dmamap_sync,
|
| /freebsd-12.1/sys/riscv/riscv/ |
| H A D | busdma_bounce.c | 1329 .map_sync = bounce_bus_dmamap_sync
|
| /freebsd-12.1/sys/arm64/arm64/ |
| H A D | busdma_bounce.c | 1329 .map_sync = bounce_bus_dmamap_sync
|