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

  /src/sys/arch/arm/arm/
cpufunc.c 131 .cf_cpwait = cpufunc_nullop,
197 .cf_cpwait = cpufunc_nullop,
259 .cf_cpwait = cpufunc_nullop,
321 .cf_cpwait = cpufunc_nullop,
382 .cf_cpwait = cpufunc_nullop,
444 .cf_cpwait = cpufunc_nullop,
506 .cf_cpwait = cpufunc_nullop,
568 .cf_cpwait = cpufunc_nullop,
630 .cf_cpwait = cpufunc_nullop,
692 .cf_cpwait = cpufunc_nullop
    [all...]
  /src/sys/arch/arm/include/
cpufunc.h 107 void (*cf_cpwait) (void); member in struct:cpu_functions
283 #define cpu_cpwait() cpufuncs.cf_cpwait()

Completed in 13 milliseconds