Home
last modified time | relevance | path

Searched refs:cpu_dcache_inv_range (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/arm/include/
Dcpu-v4.h144 cpu_dcache_inv_range(va, size); in dcache_inv_poc()
162 cpu_dcache_inv_range(va, size); in dcache_inv_poc_dma()
Dcpufunc.h185 #define cpu_dcache_inv_range(a, s) cpufuncs.cf_dcache_inv_range((a), (s)) macro
/freebsd-12-stable/sys/riscv/include/
Dcpufunc.h116 #define cpu_dcache_inv_range(a, s) macro
/freebsd-12-stable/sys/arm64/include/
Dcpufunc.h136 #define cpu_dcache_inv_range(a, s) arm64_dcache_inv_range((a), (s)) macro
/freebsd-12-stable/sys/riscv/riscv/
Dbusdma_bounce.c902 cpu_dcache_inv_range(va, size); in dma_preread_safe()
953 cpu_dcache_inv_range(va, len); in dma_dcache_sync()
1020 cpu_dcache_inv_range(bpage->vaddr, in bounce_bus_dmamap_sync()
/freebsd-12-stable/sys/arm64/arm64/
Dbusdma_bounce.c929 cpu_dcache_inv_range(va, size); in dma_preread_safe()
980 cpu_dcache_inv_range(va, len); in dma_dcache_sync()
1047 cpu_dcache_inv_range(bpage->vaddr, in bounce_bus_dmamap_sync()
/freebsd-12-stable/sys/arm/arm/
Dbusdma_machdep-v4.c1224 cpu_dcache_inv_range(buf, len); in bus_dmamap_sync_buf()
1244 cpu_dcache_inv_range(buf, len); in bus_dmamap_sync_buf()
1326 cpu_dcache_inv_range(bpage->vaddr, bpage->datacount); in _bus_dmamap_sync_bp()
Dpmap-v4.c912 cpu_dcache_inv_range(va, rest); in pmap_dcache_wb_range()
2795 cpu_dcache_inv_range(pv->pv_va, PAGE_SIZE); in pmap_remove_all()
3904 cpu_dcache_inv_range(csrcp, PAGE_SIZE); in pmap_copy_page_generic()
3927 cpu_dcache_inv_range(csrcp + a_offs, cnt); in pmap_copy_page_offs_generic()