| /netbsd/src/sys/arch/m68k/include/ |
| 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/sh3/include/ |
| 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/usermode/include/ |
| D | cpu.h | 85 struct clockframe { struct 86 uint8_t cf_dummy;
|
| /netbsd/src/sys/arch/arc/arc/ |
| D | c_nec_jazz.c | 112 uint32_t (*int_hand)(uint32_t, struct clockframe *), int prio) in c_nec_jazz_set_intr()
|
| D | c_magnum.c | 173 uint32_t (*int_hand)(uint32_t, struct clockframe *), int prio) in c_magnum_set_intr()
|
| D | interrupt.c | 73 arc_set_intr(uint32_t mask, uint32_t (*int_hand)(uint32_t, struct clockframe *), in arc_set_intr()
|
| /netbsd/src/sys/arch/mips/include/ |
| 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/ |
| D | cpu.h | 112 struct clockframe { struct 113 int pc; 114 int ps;
|
| /netbsd/src/sys/arch/powerpc/include/ |
| D | frame.h | 84 struct clockframe { struct 100 struct clockframe tf_cf; argument
|
| /netbsd/src/sys/arch/sparc/include/ |
| D | cpu.h | 435 struct clockframe { struct 442 typedef struct clockframe clockframe; argument
|
| /netbsd/src/sys/arch/ia64/include/ |
| D | cpu.h | 143 struct clockframe { struct 144 struct trapframe cf_tf;
|
| /netbsd/src/sys/arch/alpha/include/ |
| D | cpu.h | 204 struct clockframe { struct 205 struct trapframe cf_tf;
|
| /netbsd/src/sys/arch/arm/include/arm32/ |
| D | frame.h | 72 struct clockframe { struct 73 struct trapframe cf_tf;
|
| /netbsd/src/sys/arch/hppa/include/ |
| D | cpu.h | 251 struct clockframe { struct 252 int cf_flags; 253 int cf_spl; 254 u_int cf_pc;
|
| /netbsd/src/sys/arch/aarch64/include/ |
| D | cpu.h | 53 struct clockframe { struct 54 struct trapframe cf_tf;
|
| /netbsd/src/sys/arch/sparc64/include/ |
| D | cpu.h | 342 struct clockframe { struct 343 struct trapframe64 t;
|
| /netbsd/src/sys/arch/x86/include/ |
| D | cpu.h | 103 struct clockframe { struct 104 struct intrframe cf_if;
|