Searched refs:trapframe (Results 151 - 175 of 195) sorted by relevance

12345678

/freebsd-10-stable/sys/i386/i386/
H A Dmachdep.c260 static struct trapframe proc0_tf;
379 struct trapframe *regs;
454 /* XXX confusing names: `tf' isn't a trapframe; `regs' is. */
511 struct trapframe *regs;
634 struct trapframe *regs;
820 struct trapframe *regs;
935 struct trapframe *regs;
976 bcopy(&ucp->uc_mcontext.mc_fs, tf, sizeof(struct trapframe));
1039 struct trapframe *regs;
1090 bcopy(&ucp->uc_mcontext.mc_fs, tf, sizeof(struct trapframe));
[all...]
/freebsd-10-stable/sys/arm/arm/
H A Ddb_interface.c75 #define DB_OFFSET(x) (db_expr_t *)offsetof(struct trapframe, x)
/freebsd-10-stable/sys/arm/at91/
H A Dat91_st.c111 struct trapframe *fp = arg;
/freebsd-10-stable/sys/arm/samsung/s3c2xx0/
H A Ds3c24x0_clk.c142 struct trapframe *fp = arg;
/freebsd-10-stable/sys/arm/xscale/i80321/
H A Di80321_timer.c465 struct trapframe *frame = arg;
/freebsd-10-stable/sys/dev/xen/xenpci/
H A Dxenpci.c52 extern void xen_intr_handle_upcall(struct trapframe *trap_frame);
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_xenix.c65 struct trapframe *tf = td->td_frame;
/freebsd-10-stable/sys/ia64/ia64/
H A Dmca.c240 ia64_mca_intr(struct thread *td, u_int xiv, struct trapframe *tf)
H A Dunaligned.c256 unaligned_fixup(struct trapframe *tf, struct thread *td)
/freebsd-10-stable/sys/mips/mips/
H A Ddb_interface.c69 #define DB_OFFSET(x) (db_expr_t *)offsetof(struct trapframe, x)
H A Dintr_machdep.c221 cpu_intr(struct trapframe *tf)
/freebsd-10-stable/sys/mips/nlm/
H A Dintr_machdep.c168 cpu_intr(struct trapframe *tf)
/freebsd-10-stable/sys/i386/linux/
H A Dlinux_sysvec.c431 struct trapframe *regs;
564 struct trapframe *regs;
678 struct trapframe *regs;
767 struct trapframe *regs;
856 struct trapframe *frame;
/freebsd-10-stable/sys/kern/
H A Dkern_intr.c107 struct trapframe *frame, struct intr_thread **ithd);
1402 intr_event_handle(struct intr_event *ie, struct trapframe *frame)
1405 struct trapframe *oldframe;
1423 * a trapframe as its argument.
1602 intr_filter_loop(struct intr_event *ie, struct trapframe *frame,
1616 * a trapframe as its argument.
1666 intr_event_handle(struct intr_event *ie, struct trapframe *frame)
1669 struct trapframe *oldframe;
H A Dkern_fork.c1000 fork_exit(void (*callout)(void *, struct trapframe *), void *arg,
1001 struct trapframe *frame)
1056 fork_return(struct thread *td, struct trapframe *frame)
/freebsd-10-stable/sys/cddl/dev/profile/
H A Dprofile.c249 struct trapframe *frame;
284 struct trapframe *frame;
/freebsd-10-stable/sys/ia64/ia32/
H A Dia32_signal.c134 struct trapframe *tf = td->td_frame;
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dopenpic.c283 openpic_dispatch(device_t dev, struct trapframe *tf)
/freebsd-10-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_subr.c481 dtrace_trap(struct trapframe *frame, u_int type)
/freebsd-10-stable/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_subr.c472 dtrace_trap(struct trapframe *frame, u_int type)
/freebsd-10-stable/sys/x86/x86/
H A Dlocal_apic.c810 lapic_handle_intr(int vector, struct trapframe *frame)
820 lapic_handle_timer(struct trapframe *frame)
823 struct trapframe *oldframe;
/freebsd-10-stable/sys/mips/atheros/
H A Dapb.c350 struct trapframe *tf;
/freebsd-10-stable/sys/x86/isa/
H A Datpic.c530 atpic_handle_intr(u_int vector, struct trapframe *frame)
/freebsd-10-stable/sys/dev/hwpmc/
H A Dhwpmc_xscale.c503 xscale_intr(int cpu, struct trapframe *tf)
/freebsd-10-stable/sys/x86/xen/
H A Dhvm.c166 struct trapframe *frame;

Completed in 306 milliseconds

12345678