Home
last modified time | relevance | path

Searched defs:clockframe (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/sys/arch/m68k/include/
H A Dcpu.h151 struct clockframe { struct
153 u_int cf_regs[4]; /* d0,d1,a0,a1 */
155 u_short cf_sr; /* sr at time of interrupt */
156 u_long cf_pc; /* pc at time of interrupt */
157 u_short cf_vo; /* vector offset (4-word HW frame) */
/netbsd-src/sys/arch/or1k/include/
H A Dcpu.h36 struct clockframe { struct
37 uintptr_t cf_pc;
38 uint32_t cf_sr;
39 int cf_intr_depth;
/netbsd-src/sys/arch/sh3/include/
H A Dcpu.h81 struct clockframe { struct
82 int spc; /* program counter at time of interrupt */
83 int ssr; /* status register at time of interrupt */
84 int ssp; /* stack pointer at time of interrupt */
/netbsd-src/sys/arch/riscv/include/
H A Dcpu.h37 struct clockframe { struct
38 cf_epcclockframe global() argument
39 cf_statusclockframe global() argument
40 cf_intr_depthclockframe global() argument
/netbsd-src/sys/arch/usermode/include/
H A Dcpu.h85 struct clockframe { struct
86 uint8_t cf_dummy;
/netbsd-src/sys/arch/arc/arc/
H A Dc_nec_jazz.c112 uint32_t (*int_hand)(uint32_t, struct clockframe *), int prio) in c_nec_jazz_set_intr()
H A Dinterrupt.c73 arc_set_intr(uint32_t mask, uint32_t (*int_hand)(uint32_t, struct clockframe *), in arc_set_intr()
H A Dc_magnum.c173 uint32_t (*int_hand)(uint32_t, struct clockframe *), int prio) in c_magnum_set_intr()
/netbsd-src/sys/arch/mips/include/
H A Dcpu.h238 struct clockframe { struct
239 vaddr_t pc; /* program counter at time of interrupt */
240 uint32_t sr; /* status register at time of interrupt */
241 bool intr; /* interrupted a interrupt */
/netbsd-src/sys/arch/vax/include/
H A Dcpu.h112 struct clockframe { struct
113 int pc;
114 int ps;
/netbsd-src/sys/arch/sparc/include/
H A Dcpu.h435 struct clockframe { struct
442 typedef struct clockframe clockframe; argument
/netbsd-src/sys/arch/powerpc/include/
H A Dframe.h84 struct clockframe { struct
100 struct clockframe tf_cf; argument
/netbsd-src/sys/arch/alpha/include/
H A Dcpu.h204 struct clockframe { struct
205 struct trapframe cf_tf;
/netbsd-src/sys/arch/ia64/include/
H A Dcpu.h143 struct clockframe { struct
144 struct trapframe cf_tf;
/netbsd-src/sys/arch/arm/include/arm32/
H A Dframe.h72 struct clockframe { struct
73 struct trapframe cf_tf;
/netbsd-src/sys/arch/hppa/include/
H A Dcpu.h251 struct clockframe { struct
252 int cf_flags;
253 int cf_spl;
254 u_int cf_pc;
/netbsd-src/sys/arch/virt68k/dev/
H A Dgfrtc_mainbus.c96 struct evcnt *ev, void (*func)(struct clockframe *)) in gfrtc_mainbus_initclock()
/netbsd-src/sys/arch/aarch64/include/
H A Dcpu.h53 struct clockframe { struct
54 cf_tfclockframe global() argument
/netbsd-src/sys/arch/sparc64/include/
H A Dcpu.h342 struct clockframe { struct
343 tclockframe global() argument
/netbsd-src/sys/arch/x86/include/
H A Dcpu.h103 struct clockframe { struct
104 cf_ifclockframe global() argument