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

/freebsd-11.0-release/sys/arm/include/
H A Dcpufunc.h137 void (*cf_dcache_wb_range) (vm_offset_t, vm_size_t); member in struct:cpu_functions
182 #define cpu_dcache_wb_range(a, s) cpufuncs.cf_dcache_wb_range((a), (s))
/freebsd-11.0-release/sys/arm/arm/
H A Dgenassym.c93 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 54 milliseconds