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

  /src/sys/arch/arm/arm/
cpufunc.c 183 .cf_prefetchabt_fixup = cpufunc_null_fixup,
245 .cf_prefetchabt_fixup = cpufunc_null_fixup,
307 .cf_prefetchabt_fixup = cpufunc_null_fixup,
369 .cf_prefetchabt_fixup = cpufunc_null_fixup,
430 .cf_prefetchabt_fixup = cpufunc_null_fixup,
492 .cf_prefetchabt_fixup = cpufunc_null_fixup,
554 .cf_prefetchabt_fixup = cpufunc_null_fixup,
616 .cf_prefetchabt_fixup = cpufunc_null_fixup,
678 .cf_prefetchabt_fixup = cpufunc_null_fixup,
740 .cf_prefetchabt_fixup = cpufunc_null_fixup
    [all...]
  /src/sys/arch/arm/include/
cpufunc.h 207 int (*cf_prefetchabt_fixup) (void *); member in struct:cpu_functions
259 #define cpu_prefetchabt_fixup(a) cpufuncs.cf_prefetchabt_fixup(a)

Completed in 15 milliseconds