Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dbusdma_machdep.c1103 vm_size_t size_cl, size_clend; in bus_dmamap_sync_buf() local
1126 size_clend = 0; in bus_dmamap_sync_buf()
1131 size_clend = (mips_dcache_max_linesize - in bus_dmamap_sync_buf()
1144 if (size_clend) in bus_dmamap_sync_buf()
1152 if (size_clend) in bus_dmamap_sync_buf()
1162 if (size_clend && (size_cl == 0 || in bus_dmamap_sync_buf()
1164 mips_dcache_wbinv_range(buf_clend, size_clend); in bus_dmamap_sync_buf()
1177 if (size_clend) in bus_dmamap_sync_buf()
1185 if (size_clend) in bus_dmamap_sync_buf()
1195 if (size_clend && (size_cl == 0 || in bus_dmamap_sync_buf()
[all …]