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

/freebsd-13-stable/sys/arm/arm/
H A Dcpufunc.c83 .cf_l2cache_wbinv_range = (void *)cpufunc_nullop,
100 .cf_l2cache_wbinv_range = (void *)cpufunc_nullop,
122 .cf_l2cache_wbinv_range = (void *)cpufunc_nullop,
H A Dpl310.c571 cpufuncs.cf_l2cache_wbinv_range = pl310_wbinv_range;
/freebsd-13-stable/sys/arm/include/
H A Dcpufunc.h63 void (*cf_l2cache_wbinv_range) (vm_offset_t, vm_size_t); member in struct:cpu_functions
81 #define cpu_l2cache_wbinv_range(a, s) cpufuncs.cf_l2cache_wbinv_range((a), (s))

Completed in 115 milliseconds