HomeSort by: relevance | last modified time | path
    Searched refs:intrframe (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/x86/include/
intr_private.h 37 int i8254_clockintr(void *, struct intrframe *);
cpu.h 101 * clockframe; for now, use generic intrframe.
104 struct intrframe cf_if;
  /src/sys/arch/xen/include/
evtchn.h 39 unsigned int evtchn_do_event(int, struct intrframe *);
40 void call_evtchn_do_event(int, struct intrframe *);
hypervisor.h 163 struct intrframe;
165 void do_hypervisor_callback(struct intrframe *regs);
  /src/sys/arch/xen/x86/
xen_ipi.c 65 static void xen_ipi_ddb(struct cpu_info *, struct intrframe *);
68 static void xen_ipi_halt(struct cpu_info *, struct intrframe *);
69 static void xen_ipi_synch_fpu(struct cpu_info *, struct intrframe *);
70 static void xen_ipi_xcall(struct cpu_info *, struct intrframe *);
71 static void xen_ipi_hvcb(struct cpu_info *, struct intrframe *);
72 static void xen_ipi_generic(struct cpu_info *, struct intrframe *);
73 static void xen_ipi_ast(struct cpu_info *, struct intrframe *);
74 static void xen_ipi_kpreempt(struct cpu_info *ci, struct intrframe *);
76 static void (*xen_ipifunc[XEN_NIPIS])(struct cpu_info *, struct intrframe *) =
93 xen_ipi_handler(void *arg, struct intrframe *regs
    [all...]
hypervisor_machdep.c 248 struct intrframe *regs = args;
276 do_hypervisor_callback(struct intrframe *regs)
  /src/sys/arch/amd64/include/
frame.h 95 struct intrframe { struct
102 * Need arch independent way to access IP and CS from intrframe
  /src/sys/arch/i386/include/
frame.h 108 struct intrframe { struct
134 * need arch independent way to access ip and cs from intrframe
  /src/sys/arch/amd64/amd64/
db_machdep.c 113 struct intrframe *ifp;
183 ifp = (struct intrframe *)(argp + i);
  /src/sys/arch/i386/i386/
db_machdep.c 213 struct intrframe *ifp;
218 * 2nd argument of interrupt handlers is a pointer to intrframe.
220 ifp = (struct intrframe *)
223 * check if it's a valid intrframe.
231 * found seemingly valid intrframe.
  /src/sys/arch/x86/x86/
lapic.c 98 void lapic_clockintr(void *, struct intrframe *);
575 lapic_clockintr(void *arg, struct intrframe *frame)
  /src/sys/arch/x86/isa/
clock.c 382 i8254_clockintr(void *arg, struct intrframe *frame)
  /src/sys/arch/xen/xen/
evtchn.c 317 evtchn_do_event(int evtch, struct intrframe *regs)
  /src/sys/arch/sparc/sparc/
locore.s 2509 std %l0, [%sp + CCFSZ + 0] ! set up intrframe/clockframe
2515 std %l2, [%sp + CCFSZ + 8] ! set up intrframe/clockframe
2645 std %l0, [%sp + CCFSZ + 0] ! set up intrframe/clockframe
2651 std %l2, [%sp + CCFSZ + 8] ! set up intrframe/clockframe
2665 call _C_LABEL(bogusintr) ! bogusintr(&intrframe)
2694 std %l0, [%sp + CCFSZ + 0] ! set up intrframe/clockframe
2700 std %l2, [%sp + CCFSZ + 8] ! set up intrframe/clockframe
2742 call _C_LABEL(strayintr) ! strayintr(&intrframe)
  /src/sys/arch/sparc64/sparc64/
locore.s 4627 stx %l0, [%sp + CC64FSZ + STKB + TF_TSTATE] ! set up intrframe/clockframe
4634 stb %l6, [%sp + CC64FSZ + STKB + TF_PIL] ! set up intrframe/clockframe

Completed in 76 milliseconds