HomeSort by: relevance | last modified time | path
    Searched refs:cf_sdcache_wb_range (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/arm/
cpufunc.c 162 .cf_sdcache_wb_range = (void *)cpufunc_nullop,
228 .cf_sdcache_wb_range = (void *)cpufunc_nullop,
290 .cf_sdcache_wb_range = (void *)cpufunc_nullop,
352 .cf_sdcache_wb_range = (void *)cpufunc_nullop,
413 .cf_sdcache_wb_range = (void *)cpufunc_nullop,
475 .cf_sdcache_wb_range = (void *)cpufunc_nullop,
537 .cf_sdcache_wb_range = (void *)cpufunc_nullop,
599 .cf_sdcache_wb_range = (void *)cpufunc_nullop,
661 .cf_sdcache_wb_range = (void *)cpufunc_nullop,
723 .cf_sdcache_wb_range = (void *)cpufunc_nullop
    [all...]
  /src/sys/arch/arm/cortex/
pl310.c 186 cpufuncs.cf_sdcache_wb_range = arml2cc_sdcache_wb_range;
197 cpufuncs.cf_sdcache_wb_range = arml2cc_sdcache_wb_range;
  /src/sys/arch/arm/include/
cpufunc.h 190 void (*cf_sdcache_wb_range) (vaddr_t, paddr_t, psize_t); member in struct:cpu_functions
246 #define cpu_sdcache_wb_range(a, b, s) cpufuncs.cf_sdcache_wb_range((a), (b), (s))

Completed in 14 milliseconds