Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dcpufunc.c82 .cf_l2cache_wbinv_all = (void *)cpufunc_nullop,
99 .cf_l2cache_wbinv_all = (void *)cpufunc_nullop,
121 .cf_l2cache_wbinv_all = cpufunc_nullop,
H A Dpl310.c570 cpufuncs.cf_l2cache_wbinv_all = pl310_wbinv_all; in pl310_attach()
/f-stack/freebsd/arm/include/
H A Dcpufunc.h62 void (*cf_l2cache_wbinv_all) (void); member
78 #define cpu_l2cache_wbinv_all() cpufuncs.cf_l2cache_wbinv_all()