Searched defs:cpu_functions (Results 1 – 3 of 3) sorted by relevance
51 struct cpu_functions { struct55 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 …]
67 struct cpu_functions { struct 73 extern struct cpu_functions mp_cpu_funcs; argument