Home
last modified time | relevance | path

Searched refs:intrframe (Results 1 – 12 of 12) sorted by relevance

/openbsd/sys/arch/i386/include/
H A Dframe.h81 struct intrframe { struct
H A Dcpu.h65 #define clockframe intrframe
/openbsd/sys/arch/amd64/include/
H A Dframe.h114 struct intrframe { struct
H A Dintr.h205 int intr_handler(struct intrframe *, struct intrhand *);
H A Dcpu.h368 #define clockframe intrframe
/openbsd/sys/arch/amd64/amd64/
H A Dlapic.c79 void lapic_clockintr(void *, struct intrframe);
481 lapic_clockintr(void *arg, struct intrframe frame) in lapic_clockintr()
H A Dgenassym.cf67 struct intrframe
H A Dintr.c528 intr_handler(struct intrframe *frame, struct intrhand *ih)
/openbsd/sys/arch/i386/i386/
H A Dgenassym.cf112 struct intrframe
H A Dlocore.s1148 pushl CPL # if_ppl in intrframe
1149 pushl %esp # push address of intrframe
H A Dmachdep.c160 int intr_handler(struct intrframe *, struct intrhand *);
3948 intr_handler(struct intrframe *frame, struct intrhand *ih) in intr_handler()
/openbsd/sys/arch/i386/isa/
H A Dnpx.c420 struct intrframe *frame = arg; in npxintr()