Searched refs:must_bounce (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm64/arm64/ |
| H A D | busdma_bounce.c | 226 must_bounce(bus_dma_tag_t dmat, bus_dmamap_t map, bus_addr_t paddr, in must_bounce() function 664 if (must_bounce(dmat, map, curaddr, sgsize)) { in _bus_dmamap_pagesneeded() 721 if (must_bounce(dmat, map, paddr, in _bus_dmamap_count_pages() 837 must_bounce(dmat, map, curaddr, sgsize)) { in bounce_bus_dmamap_load_phys() 952 must_bounce(dmat, map, curaddr, sgsize)) { in bounce_bus_dmamap_load_buffer()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | busdma_machdep.c | 380 must_bounce(bus_dma_tag_t dmat, bus_dmamap_t map, bus_addr_t paddr, in must_bounce() function 925 if (must_bounce(dmat, map, curaddr, sgsize) != 0) { in _bus_dmamap_count_phys() 962 if (must_bounce(dmat, map, paddr, in _bus_dmamap_count_pages() 1079 if (map->pagesneeded != 0 && must_bounce(dmat, map, curaddr, in _bus_dmamap_load_phys() 1194 if (map->pagesneeded != 0 && must_bounce(dmat, map, curaddr, in _bus_dmamap_load_buffer()
|