Home
last modified time | relevance | path

Searched refs:clockframe (Results 1 – 25 of 25) sorted by relevance

/openbsd-src/sys/arch/macppc/macppc/
H A Dclock.c53 void decr_intr(struct clockframe *frame);
119 decr_intr(struct clockframe *frame) in decr_intr()
/openbsd-src/sys/kern/
H A Dkern_clock.c141 hardclock(struct clockframe *frame) in hardclock()
265 struct clockframe *frame = cf; in statclock()
H A Dsubr_prof.c239 struct clockframe *frame = cf; in gmonclock()
310 struct clockframe *frame = cf; in profclock()
H A Dkern_time.c783 struct clockframe *frame = cf; in itimer_update()
/openbsd-src/sys/arch/alpha/include/
H A Dcpuconf.h
H A Dcpu.h308 * machine state in an opaque clockframe. On the Alpha, we use struct
311 struct clockframe {
309 cf_tfclockframe global() argument
/openbsd-src/sys/arch/powerpc/include/
H A Dframe.h51 struct clockframe { struct
52 srr1clockframe global() argument
53 srr0clockframe global() argument
54 priclockframe global() argument
55 depthclockframe global() argument
/openbsd-src/sys/arch/riscv64/include/
H A Dframe.h52 #define clockframe trapframe macro
H A Dcpu.h47 #define clockframe trapframe macro
/openbsd-src/sys/arch/arm64/include/
H A Dframe.h29 #define clockframe trapframe macro
H A Dcpu.h79 /* All the CLKF_* macros take a struct clockframe * as an argument. */
81 #define clockframe trapframe
95 * CLKF_PC: Extract the program counter from a clockframe
75 #define clockframe global() macro
/openbsd-src/sys/sys/
H A Dsystm.h239 struct clockframe;
240 void hardclock(struct clockframe *);
/openbsd-src/sys/arch/sh/include/
H A Dcpu.h99 * machine state in an opaque clockframe.
101 struct clockframe { argument
100 struct clockframe { global() struct
102 ssrclockframe global() argument
103 sspclockframe global() argument
/openbsd-src/sys/arch/powerpc64/include/
H A Dcpu.h163 #define clockframe trapframe
162 #define clockframe global() macro
/openbsd-src/sys/arch/sparc64/include/
H A Dcpu.h278 * previous machine state in an opaque clockframe.
280 struct clockframe { argument
279 struct clockframe { global() struct
281 saved_intr_levelclockframe global() argument
/openbsd-src/sys/arch/loongson/dev/
H A Dglxclk.c212 struct clockframe *frame = arg; in glxclk_intr()
/openbsd-src/sys/arch/m88k/include/
H A Dcpu.h259 * machine state in an opaque clockframe. CLKF_INTR is only valid
261 * so pointer to clockframe can be safely cast into a pointer to
264 struct clockframe { struct
265 tfclockframe global() argument
/openbsd-src/sys/arch/hppa/include/
H A Dcpu.h228 #define clockframe trapframe macro
/openbsd-src/sys/arch/arm/include/
H A Dframe.h147 #define clockframe irqframe macro
/openbsd-src/sys/arch/i386/include/
H A Dcpu.h65 #define clockframe intrframe macro
/openbsd-src/sys/arch/landisk/landisk/
H A Dintr.c73 struct clockframe cf; in intc_intr()
/openbsd-src/sys/arch/amd64/include/
H A Dcpu.h366 * clockframe; for now, use generic intrframe.
368 #define clockframe intrframe macro
/openbsd-src/sys/arch/mips64/include/
H A Dcpu.h277 * an opaque clockframe.
279 #define clockframe trapframe /* Use normal trap frame */
276 #define clockframe global() macro
/openbsd-src/sys/arch/sparc64/sparc64/
H A Dtrap.c365 if (CLKF_INTR((struct clockframe *)tf) || !curproc) in trap()
H A Dlocore.s3337 stx %l0, [%sp + CC64FSZ + BIAS + TF_TSTATE] ! set up intrframe/clockframe
3342 stb %l6, [%sp + CC64FSZ + BIAS + TF_PIL] ! set up intrframe/clockframe