Home
last modified time | relevance | path

Searched defs:cpu_functions (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/arch/arm/include/
H A Dcpufunc.h51 struct cpu_functions { struct
55 u_int (*cf_id) (void);
56 void (*cf_cpwait) (void);
60 u_int (*cf_control) (u_int clear, u_int set);
61 u_int (*cf_auxcontrol) (u_int clear, u_int set);
62 void (*cf_domains) (u_int domains);
63 void (*cf_setttb) (u_int ttb);
64 u_int (*cf_dfsr) (void);
65 u_int (*cf_dfar) (void);
66 u_int (*cf_ifsr) (void);
[all …]
/openbsd-src/sys/arch/amd64/include/
H A Dcpuvar.h67 struct cpu_functions { struct
73 extern struct cpu_functions mp_cpu_funcs; argument
/openbsd-src/sys/arch/i386/include/
H A Dcpuvar.h67 struct cpu_functions { struct
73 extern struct cpu_functions mp_cpu_funcs; argument