Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dbusdma_machdep.c1102 vm_offset_t buf_cl, buf_clend; in bus_dmamap_sync_buf() local
1130 buf_clend = buf + len; in bus_dmamap_sync_buf()
1132 (buf_clend & cache_linesize_mask)) & cache_linesize_mask; in bus_dmamap_sync_buf()
1145 memcpy (tmp_clend, (void*)buf_clend, size_clend); in bus_dmamap_sync_buf()
1153 memcpy ((void*)buf_clend, tmp_clend, size_clend); in bus_dmamap_sync_buf()
1163 buf_clend - buf_cl > mips_dcache_max_linesize)) in bus_dmamap_sync_buf()
1164 mips_dcache_wbinv_range(buf_clend, size_clend); in bus_dmamap_sync_buf()
1178 memcpy (tmp_clend, (void *)buf_clend, size_clend); in bus_dmamap_sync_buf()
1186 memcpy ((void *)buf_clend, tmp_clend, size_clend); in bus_dmamap_sync_buf()
1196 buf_clend - buf_cl > mips_dcache_max_linesize)) in bus_dmamap_sync_buf()
[all …]