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

/freebsd-12-stable/sys/arm/arm/
H A Dcpufunc.c201 .cf_l2cache_wbinv_all = (void *)cpufunc_nullop,
219 .cf_l2cache_wbinv_all = (void *)cpufunc_nullop,
242 .cf_l2cache_wbinv_all = cpufunc_nullop,
H A Dgenassym.c104 ASSYM(CF_L2CACHE_WBINV_ALL, offsetof(struct cpu_functions, cf_l2cache_wbinv_all));
H A Dpl310.c574 cpufuncs.cf_l2cache_wbinv_all = pl310_wbinv_all;
/freebsd-12-stable/sys/arm/include/
H A Dcpufunc.h144 void (*cf_l2cache_wbinv_all) (void); member in struct:cpu_functions
193 #define cpu_l2cache_wbinv_all() cpufuncs.cf_l2cache_wbinv_all()

Completed in 77 milliseconds