Searched refs:cpu_dcache_wbinv_range (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/sys/arm/xscale/i80321/ |
| D | i80321_aau.c | 214 cpu_dcache_wbinv_range((vm_offset_t)dst, in aau_bzero()
|
| D | i80321_dma.c | 270 cpu_dcache_wbinv_range((vm_offset_t)dst, in dma_memcpy()
|
| /freebsd-10-stable/sys/arm/arm/ |
| D | pmap.c | 1154 cpu_dcache_wbinv_range(va, rest); in pmap_dcache_wb_range() 2128 cpu_dcache_wbinv_range((vm_offset_t)pdep, in pmap_set_pt_cache_mode() 2146 cpu_dcache_wbinv_range((vm_offset_t)ptep, in pmap_set_pt_cache_mode() 2827 cpu_dcache_wbinv_range(va, PAGE_SIZE); in pmap_kremove() 3897 cpu_dcache_wbinv_range(sva, in pmap_remove() 4025 cpu_dcache_wbinv_range(va, PAGE_SIZE); in pmap_use_minicache() 4219 cpu_dcache_wbinv_range(cdstp, PAGE_SIZE); in pmap_copy_page_generic() 4242 cpu_dcache_wbinv_range(cdstp + b_offs, cnt); in pmap_copy_page_offs_generic()
|
| D | busdma_machdep.c | 1169 cpu_dcache_wbinv_range(buf, len); in bus_dmamap_sync_buf()
|
| /freebsd-10-stable/sys/arm/include/ |
| D | cpufunc.h | 245 #define cpu_dcache_wbinv_range(a, s) cpufuncs.cf_dcache_wbinv_range((a), (s)) macro
|