Home
last modified time | relevance | path

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

/openbsd/sys/arch/arm/include/
H A Dcpufunc.h51 struct cpu_functions { struct
55 u_int (*cf_id) (void);
56 void (*cf_cpwait) (void);
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);
67 u_int (*cf_ifar) (void);
73 void (*cf_tlb_flushI) (void);
75 void (*cf_tlb_flushD) (void);
[all …]
/openbsd/sys/arch/amd64/include/
H A Dcpuvar.h67 struct cpu_functions { struct
73 extern struct cpu_functions mp_cpu_funcs; argument
/openbsd/sys/arch/i386/include/
H A Dcpuvar.h67 struct cpu_functions { struct
73 extern struct cpu_functions mp_cpu_funcs; argument