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

/freebsd-13-stable/sys/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;
/freebsd-13-stable/sys/arm/include/
H A Dcpufunc.h62 void (*cf_l2cache_wbinv_all) (void); member in struct:cpu_functions
78 #define cpu_l2cache_wbinv_all() cpufuncs.cf_l2cache_wbinv_all()

Completed in 52 milliseconds