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

/freebsd-11-stable/sys/arm/include/
H A Dcpufunc.h136 void (*cf_dcache_wb_range) (vm_offset_t, vm_size_t); member in struct:cpu_functions
186 #define cpu_dcache_wb_range(a, s) cpufuncs.cf_dcache_wb_range((a), (s))
/freebsd-11-stable/sys/arm/arm/
H A Dgenassym.c100 ASSYM(CF_DCACHE_WB_RANGE, offsetof(struct cpu_functions, cf_dcache_wb_range));
H A Dpmap-v4.c480 if (cpufuncs.cf_dcache_wb_range == (void *) cpufunc_nullop) {

Completed in 81 milliseconds