Home
last modified time | relevance | path

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

/trueos/sys/arm/include/
HDcpufunc.h145 void (*cf_dcache_wb_range) (vm_offset_t, vm_size_t); member
247 #define cpu_dcache_wb_range(a, s) cpufuncs.cf_dcache_wb_range((a), (s))
/trueos/sys/arm/arm/
HDgenassym.c90 ASSYM(CF_DCACHE_WB_RANGE, offsetof(struct cpu_functions, cf_dcache_wb_range));
HDpmap.c480 if (cpufuncs.cf_dcache_wb_range == (void *) cpufunc_nullop) { in pmap_pte_init_generic()