Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/powerpc/include/
Dframe.h51 struct clockframe { struct
52 register_t srr1;
53 register_t srr0;
54 int unused;
55 int depth;
/openbsd/src/sys/arch/sh/include/
Dcpu.h101 struct clockframe { struct
102 int ssr; /* status register at time of interrupt */
103 int spc; /* program counter at time of interrupt */
/openbsd/src/sys/arch/sparc64/include/
Dcpu.h280 struct clockframe { struct
281 struct trapframe t;
282 int saved_intr_level;
/openbsd/src/sys/arch/m88k/include/
Dcpu.h264 struct clockframe { struct
265 struct trapframe tf;
/openbsd/src/sys/arch/alpha/include/
Dcpu.h311 struct clockframe { struct
312 struct trapframe cf_tf;
/openbsd/src/sys/arch/riscv64/include/
Dframe.h52 #define clockframe trapframe macro
Dcpu.h47 #define clockframe trapframe macro
/openbsd/src/sys/arch/arm64/include/
Dframe.h29 #define clockframe trapframe macro
Dcpu.h81 #define clockframe trapframe macro
/openbsd/src/sys/arch/arm/include/
Dframe.h147 #define clockframe irqframe macro
/openbsd/src/sys/arch/powerpc64/include/
Dcpu.h163 #define clockframe trapframe macro
/openbsd/src/sys/arch/hppa/include/
Dcpu.h228 #define clockframe trapframe macro
/openbsd/src/sys/arch/i386/include/
Dcpu.h65 #define clockframe intrframe macro
/openbsd/src/sys/arch/mips64/include/
Dcpu.h279 #define clockframe trapframe /* Use normal trap frame */ macro
/openbsd/src/sys/arch/amd64/include/
Dcpu.h368 #define clockframe intrframe macro