Searched refs:cf_cpwait (Results 1 – 2 of 2) sorted by relevance
/netbsd/sys/arch/arm/arm/ |
H A D | 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 …]
|
/netbsd/sys/arch/arm/include/ |
H A D | cpufunc.h | 93 void (*cf_cpwait) (void); member 269 #define cpu_cpwait() cpufuncs.cf_cpwait()
|