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

  /src/sys/arch/arm/arm/
cpufunc.c 169 .cf_flush_prefetchbuf = cpufunc_nullop,
235 .cf_flush_prefetchbuf = cpufunc_nullop,
297 .cf_flush_prefetchbuf = cpufunc_nullop,
359 .cf_flush_prefetchbuf = cpufunc_nullop,
420 .cf_flush_prefetchbuf = cpufunc_nullop,
482 .cf_flush_prefetchbuf = cpufunc_nullop,
544 .cf_flush_prefetchbuf = cpufunc_nullop,
606 .cf_flush_prefetchbuf = cpufunc_nullop,
668 .cf_flush_prefetchbuf = arm11x6_flush_prefetchbuf,
730 .cf_flush_prefetchbuf = arm11x6_flush_prefetchbuf
    [all...]
  /src/sys/arch/arm/include/
cpufunc.h 197 void (*cf_flush_prefetchbuf) (void); member in struct:cpu_functions
251 #define cpu_flush_prefetchbuf() cpufuncs.cf_flush_prefetchbuf()

Completed in 13 milliseconds