Searched refs:cf_l2cache_wb_range (Results 1 – 3 of 3) sorted by relevance
63 void (*cf_l2cache_wb_range) (vm_offset_t, vm_size_t); member77 #define cpu_l2cache_wb_range(a, s) cpufuncs.cf_l2cache_wb_range((a), (s))
80 .cf_l2cache_wb_range = (void *)cpufunc_nullop,103 .cf_l2cache_wb_range = (void *)cpufunc_nullop,
571 cpufuncs.cf_l2cache_wb_range = pl310_wb_range; in pl310_attach()