Searched refs:trapframe (Results 251 - 275 of 287) sorted by relevance

<<1112

/netbsd-6-1-5-RELEASE/sys/arch/arm/arm32/
H A Darm32_machdep.c254 curpcb->pcb_tf = (struct trapframe *)curpcb->pcb_un.un_32.pcb32_sp - 1;
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Ddb_interface.c149 struct trapframe *f = NULL;
200 /* Our register state is simply the trapframe. */
304 * Map Alpha register numbers to trapframe/db_regs_t offsets.
H A Dtrap.c153 const u_long entry, struct trapframe *framep, int isfatal, int user)
214 struct trapframe *framep)
566 ast(struct trapframe *framep)
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dcpu_subr.c332 struct trapframe *tf = l->l_md.md_utf;
390 const struct trapframe *tf = l->l_md.md_utf;
449 struct trapframe *tf = l->l_md.md_utf;
H A Dcpu_exec.c74 struct trapframe *tf = l->l_md.md_utf;
H A Dmips_machdep.c1567 struct trapframe * const tf = l->l_md.md_utf;
1570 memset(tf, 0, sizeof(struct trapframe));
1999 l->l_md.md_utf = (struct trapframe *)(v + USPACE) - 1;
H A Ddb_interface.c887 ra = mips_emul_branch((struct trapframe *)regs, pc, fpucsr, false);
/netbsd-6-1-5-RELEASE/sys/arch/cesfic/cesfic/
H A Dtrap.c91 void trap_kdebug(int, struct trapframe);
317 regdump((struct trapframe *)fp, 128);
951 trap_kdebug(int type, struct trapframe tf)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dmachdep.c351 struct trapframe *tf = l->l_md.md_tf;
492 struct trapframe *tf;
610 struct trapframe *tf;
639 struct trapframe *tf = (struct trapframe *)l->l_md.md_tf;
742 struct trapframe *tf;
770 tf = (struct trapframe *)l->l_md.md_tf;
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dnetbsd32_machdep.c434 struct trapframe *tf;
529 printf("compat_13_netbsd32_sys_sigreturn: return trapframe pc=%p sp=%p tstate=%x\n",
621 printf("netbsd32_sigreturn14: return trapframe pc=%p sp=%p tstate=%llx\n",
640 /* Unfortunately we need to convert v9 trapframe to v8 regs */
740 /* Fake a v8 trapframe */
1200 struct trapframe *tf = l->l_md.md_tf;
1293 const struct trapframe *tf = l->l_md.md_tf;
/netbsd-6-1-5-RELEASE/sys/arch/sun2/dev/
H A Dzs.c389 struct trapframe *frame = arg; /* XXX */
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A Dbooke_machdep.c509 booke_sstep(struct trapframe *tf)
/netbsd-6-1-5-RELEASE/sys/arch/i386/isa/
H A Dnpx.c477 l->l_md.md_regs = (struct trapframe *)&frame->if_gs;
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3x/
H A Dlocore.s154 movl %a1,%a0@(L_MD_REGS) | lwp0.l_md.md_regs = trapframe
155 jbsr _C_LABEL(main) | main(&trapframe)
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dsys_machdep.c393 struct trapframe *tf = l->l_md.md_regs;
595 struct trapframe *tf = l->l_md.md_regs;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/fpu/
H A Dfpu_emu.c186 fpu_emulate(struct trapframe *tf, struct fpreg *fpf)
270 fpu_execute(struct trapframe *tf, struct fpemu *fe, union instr *insn)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/fpu/
H A Dfpu.c241 * to the trapframe so that we can step over them and do FBfcc's.
247 struct trapframe *tf;
/netbsd-6-1-5-RELEASE/sys/arch/hp300/hp300/
H A Dmachdep.c1057 regdump((struct trapframe *)fp, 128);
/netbsd-6-1-5-RELEASE/sys/arch/amiga/amiga/
H A Dtrap.c236 regdump((struct trapframe *)fp, 128);
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3/
H A Dlocore.s177 movl %a1,%a0@(L_MD_REGS) | lwp0.p_md.md_regs = trapframe
178 jbsr _C_LABEL(main) | main(&trapframe)
/netbsd-6-1-5-RELEASE/sys/arch/i386/pci/
H A Delan520.c437 elanpar_nmi(const struct trapframe *tf, void *arg)
544 elanpex_nmi(const struct trapframe *tf, void *arg)
/netbsd-6-1-5-RELEASE/sys/arch/x68k/x68k/
H A Dtrap.c316 regdump((struct trapframe *)fp, 128);
/netbsd-6-1-5-RELEASE/sys/arch/news68k/news68k/
H A Dtrap.c306 regdump((struct trapframe *)fp, 128);
/netbsd-6-1-5-RELEASE/sys/arch/next68k/next68k/
H A Dtrap.c324 regdump((struct trapframe *)fp, 128);
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/luna68k/
H A Dtrap.c283 regdump((struct trapframe *)fp, 128);

Completed in 500 milliseconds

<<1112