Searched refs:cf_control (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arm/arm/
H A Dcpufunc.c125 .cf_control = (void *)cpufunc_nullop,
177 .cf_control = (void *)cpufunc_nullop,
229 .cf_control = arm3_control,
281 .cf_control = cpufunc_control,
343 .cf_control = cpufunc_control,
401 .cf_control = cpufunc_control,
459 .cf_control = cpufunc_control,
516 .cf_control = cpufunc_control,
574 .cf_control = cpufunc_control,
632 .cf_control
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dcpufunc.h61 u_int (*cf_control) (u_int, u_int); member in struct:cpu_functions
161 #define cpu_control(c, e) cpufuncs.cf_control(c, e)

Completed in 58 milliseconds