/netbsd-src/sys/arch/m68k/include/ |
H A D | cpu.h | 151 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 D | cpu.h | 36 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 D | cpu.h | 81 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 D | cpu.h | 37 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 D | cpu.h | 85 struct clockframe { struct 86 uint8_t cf_dummy;
|
/netbsd-src/sys/arch/arc/arc/ |
H A D | c_nec_jazz.c | 112 uint32_t (*int_hand)(uint32_t, struct clockframe *), int prio) in c_nec_jazz_set_intr()
|
H A D | interrupt.c | 73 arc_set_intr(uint32_t mask, uint32_t (*int_hand)(uint32_t, struct clockframe *), in arc_set_intr()
|
H A D | c_magnum.c | 173 uint32_t (*int_hand)(uint32_t, struct clockframe *), int prio) in c_magnum_set_intr()
|
/netbsd-src/sys/arch/mips/include/ |
H A D | cpu.h | 238 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 D | cpu.h | 112 struct clockframe { struct 113 int pc; 114 int ps;
|
/netbsd-src/sys/arch/sparc/include/ |
H A D | cpu.h | 435 struct clockframe { struct 442 typedef struct clockframe clockframe; argument
|
/netbsd-src/sys/arch/powerpc/include/ |
H A D | frame.h | 84 struct clockframe { struct 100 struct clockframe tf_cf; argument
|
/netbsd-src/sys/arch/alpha/include/ |
H A D | cpu.h | 204 struct clockframe { struct 205 struct trapframe cf_tf;
|
/netbsd-src/sys/arch/ia64/include/ |
H A D | cpu.h | 143 struct clockframe { struct 144 struct trapframe cf_tf;
|
/netbsd-src/sys/arch/arm/include/arm32/ |
H A D | frame.h | 72 struct clockframe { struct 73 struct trapframe cf_tf;
|
/netbsd-src/sys/arch/hppa/include/ |
H A D | cpu.h | 251 struct clockframe { struct 252 int cf_flags; 253 int cf_spl; 254 u_int cf_pc;
|
/netbsd-src/sys/arch/virt68k/dev/ |
H A D | gfrtc_mainbus.c | 96 struct evcnt *ev, void (*func)(struct clockframe *)) in gfrtc_mainbus_initclock()
|
/netbsd-src/sys/arch/aarch64/include/ |
H A D | cpu.h | 53 struct clockframe { struct 54 cf_tfclockframe global() argument
|
/netbsd-src/sys/arch/sparc64/include/ |
H A D | cpu.h | 342 struct clockframe { struct 343 tclockframe global() argument
|
/netbsd-src/sys/arch/x86/include/ |
H A D | cpu.h | 103 struct clockframe { struct 104 cf_ifclockframe global() argument
|