Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/riscv/include/
HDcpufunc.h105 #define cpu_dcache_wbinv_range(a, s) riscv_dcache_wbinv_range((a), (s)) macro
/freebsd-11-stable/sys/arm64/include/
HDcpufunc.h136 #define cpu_dcache_wbinv_range(a, s) arm64_dcache_wbinv_range((a), (s)) macro
/freebsd-11-stable/sys/arm/arm/
HDpmap-v4.c1114 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()
HDbusdma_machdep-v4.c1221 cpu_dcache_wbinv_range(buf, len); in bus_dmamap_sync_buf()
/freebsd-11-stable/sys/arm/include/
HDcpufunc.h184 #define cpu_dcache_wbinv_range(a, s) cpufuncs.cf_dcache_wbinv_range((a), (s)) macro
/freebsd-11-stable/sys/arm64/arm64/
HDbusdma_bounce.c1014 cpu_dcache_wbinv_range(bpage->vaddr, in bounce_bus_dmamap_sync()
HDpmap.c4481 cpu_dcache_wbinv_range(tmpva, L3_SIZE); in pmap_change_attr_locked()