Searched refs:cpu_dcache_wbinv_range (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/sys/riscv/include/ |
| HD | cpufunc.h | 105 #define cpu_dcache_wbinv_range(a, s) riscv_dcache_wbinv_range((a), (s)) macro
|
| /freebsd-11-stable/sys/arm64/include/ |
| HD | cpufunc.h | 136 #define cpu_dcache_wbinv_range(a, s) arm64_dcache_wbinv_range((a), (s)) macro
|
| /freebsd-11-stable/sys/arm/arm/ |
| HD | pmap-v4.c | 1114 cpu_dcache_wbinv_range(va, rest); in pmap_dcache_wb_range() 2090 cpu_dcache_wbinv_range((vm_offset_t)pdep, in pmap_set_pt_cache_mode() 2108 cpu_dcache_wbinv_range((vm_offset_t)ptep, in pmap_set_pt_cache_mode() 2808 cpu_dcache_wbinv_range(va, PAGE_SIZE); in pmap_kremove() 3918 cpu_dcache_wbinv_range(sva, in pmap_remove() 4046 cpu_dcache_wbinv_range(va, PAGE_SIZE); in pmap_use_minicache() 4240 cpu_dcache_wbinv_range(cdstp, PAGE_SIZE); in pmap_copy_page_generic() 4263 cpu_dcache_wbinv_range(cdstp + b_offs, cnt); in pmap_copy_page_offs_generic()
|
| HD | busdma_machdep-v4.c | 1221 cpu_dcache_wbinv_range(buf, len); in bus_dmamap_sync_buf()
|
| /freebsd-11-stable/sys/arm/include/ |
| HD | cpufunc.h | 184 #define cpu_dcache_wbinv_range(a, s) cpufuncs.cf_dcache_wbinv_range((a), (s)) macro
|
| /freebsd-11-stable/sys/arm64/arm64/ |
| HD | busdma_bounce.c | 1014 cpu_dcache_wbinv_range(bpage->vaddr, in bounce_bus_dmamap_sync()
|
| HD | pmap.c | 4481 cpu_dcache_wbinv_range(tmpva, L3_SIZE); in pmap_change_attr_locked()
|