Home
last modified time | relevance | path

Searched defs:cpu_dcache_wbinv_range (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/riscv/include/
H A Dcpufunc.h53 #define cpu_dcache_wbinv_range(v,s) __nothing macro
/netbsd-src/sys/arch/aarch64/include/
H A Dcpufunc.h103 #define cpu_dcache_wbinv_range( global() macro
/netbsd-src/sys/arch/arm/include/
H A Dcpufunc.h226 #define cpu_dcache_wbinv_range(a, s) cpufuncs.cf_dcache_wbinv_range((a), (s)) macro