Searched refs:cf_control (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/arm/arm/ |
H A D | cpufunc.c | 135 .cf_control = cpufunc_control, 201 .cf_control = cpufunc_control, 263 .cf_control = cpufunc_control, 325 .cf_control = cpufunc_control, 386 .cf_control = cpufunc_control, 448 .cf_control = cpufunc_control, 510 .cf_control = cpufunc_control, 572 .cf_control = cpufunc_control, 634 .cf_control = cpufunc_control, 696 .cf_control = cpufunc_control, [all …]
|
/netbsd-src/sys/arch/arm/include/ |
H A D | cpufunc.h | 97 u_int (*cf_control) (u_int, u_int); member 209 #define cpu_control(c, e) cpufuncs.cf_control(c, e)
|
/netbsd-src/sys/arch/arm/arm32/ |
H A D | genassym.cf | 230 define CF_CONTROL offsetof(struct cpu_functions, cf_control)
|