Searched refs:cf_dcache_wb_range (Results 1 – 3 of 3) sorted by relevance
145 void (*cf_dcache_wb_range) (vm_offset_t, vm_size_t); member247 #define cpu_dcache_wb_range(a, s) cpufuncs.cf_dcache_wb_range((a), (s))
90 ASSYM(CF_DCACHE_WB_RANGE, offsetof(struct cpu_functions, cf_dcache_wb_range));
480 if (cpufuncs.cf_dcache_wb_range == (void *) cpufunc_nullop) { in pmap_pte_init_generic()