Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/riscv/include/
H A Dcpufunc.h55 #define cpu_dcache_wb_range(v,s) __nothing macro
/netbsd-src/sys/arch/aarch64/include/
H A Dcpufunc.h105 #define cpu_dcache_wb_range( global() macro
/netbsd-src/sys/arch/arm/include/
H A Dcpufunc.h228 #define cpu_dcache_wb_range(a, s) cpufuncs.cf_dcache_wb_range((a), (s)) macro