Home
last modified time | relevance | path

Searched refs:cacheline_bounce (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm64/arm64/
H A Dbusdma_bounce.c180 cacheline_bounce(bus_dma_tag_t dmat, bus_dmamap_t map, bus_addr_t paddr, in cacheline_bounce() function
216 if (cacheline_bounce(dmat, map, paddr, size)) in might_bounce()
230 if (cacheline_bounce(dmat, map, paddr, size)) in must_bounce()
/f-stack/freebsd/arm/arm/
H A Dbusdma_machdep.c329 cacheline_bounce(bus_dmamap_t map, bus_addr_t addr, bus_size_t size) in cacheline_bounce() function
365 cacheline_bounce(map, addr, size))); in might_bounce()
384 if (cacheline_bounce(map, paddr, size)) in must_bounce()