Home
last modified time | relevance | path

Searched refs:cf_l2cache_wb_range (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/arm/arm/
H A Dcpufunc.c204 .cf_l2cache_wb_range = (void *)cpufunc_nullop,
222 .cf_l2cache_wb_range = (void *)cpufunc_nullop,
245 .cf_l2cache_wb_range = (void *)cpufunc_nullop,
H A Dpl310.c577 cpufuncs.cf_l2cache_wb_range = pl310_wb_range; in pl310_attach()
/freebsd-12.1/sys/arm/include/
H A Dcpufunc.h147 void (*cf_l2cache_wb_range) (vm_offset_t, vm_size_t); member
194 #define cpu_l2cache_wb_range(a, s) cpufuncs.cf_l2cache_wb_range((a), (s))