Home
last modified time | relevance | path

Searched refs:trapframe (Results 1 – 19 of 19) sorted by relevance

/original-bsd/sys/i386/i386/
H A Dkgdb_glue.c57 struct trapframe frame;
110 osp = ((struct trapframe *)nsp)->tf_isp - fsize;
H A Dkgdb_stub.c274 regs_to_gdb(struct trapframe *fp, register u_long *gdb) in regs_to_gdb()
284 gdb_to_regs(struct trapframe *fp, register u_long *gdb) in gdb_to_regs()
302 kgdb_trap(int type, struct trapframe *frame) in kgdb_trap()
H A Dtrap.c56 struct trapframe frame;
/original-bsd/sys/sparc/include/
H A Dcpu.h59 (p)->p_md.md_tf = (struct trapframe *) \
60 ((caddr_t)(p)->p_addr + UPAGES * NBPG - sizeof(struct trapframe))
H A Dproc.h25 struct trapframe *md_tf; /* trap/syscall registers */
H A Dreg.h31 struct trapframe { struct
H A Dpcb.h91 struct trapframe md_tf;
/original-bsd/sys/hp300/stand/
H A Dmachdep.c52 struct trapframe { struct
62 struct trapframe *fp; argument
/original-bsd/sys/sparc/sparc/
H A Dsys_process.c56 struct trapframe un_tf;
137 size = sizeof(struct trapframe);
142 size = sizeof(struct trapframe);
233 register struct trapframe *tf, *utf;
318 sizeof(struct trapframe));
H A Dtrap.c180 static inline void share_fpu(struct proc *p, struct trapframe *tf) { in share_fpu()
192 register struct trapframe *tf;
491 register struct trapframe *tf;
635 register struct trapframe *tf;
657 if (tf != (struct trapframe *)((caddr_t)cpcb + UPAGES * NBPG) - 1)
743 tf = (struct trapframe *)
H A Dkgdb_stub.c295 struct trapframe *tf; in regs_to_gdb()
325 struct trapframe *tf; in gdb_to_regs()
348 register struct trapframe *tf;
H A Dvm_machdep.c142 #define TOPFRAMEOFF (UPAGES*NBPG-sizeof(struct trapframe)-sizeof(struct frame))
213 p2->p_md.md_tf = (struct trapframe *)((int)p1->p_md.md_tf + off);
H A Dmachdep.c261 register struct trapframe *tf = p->p_md.md_tf;
348 register struct trapframe *tf;
469 register struct trapframe *tf;
H A Dlocore.s1241 call _kgdb_trap_glue ! kgdb_trap_glue(type, &trapframe)
1242 add %sp, CCFSZ, %o1 ! (&trapframe)
/original-bsd/old/adb/scripts.tahoe/
H A DMakefile3 LIST= dirblk findproc.nxt frame pcb proc setproc.nxt trapframe
/original-bsd/old/adb/scripts.vax/
H A DMakefile4 mba_device mba_hd pcb proc setproc.nxt stacktrace trapframe \
/original-bsd/sys/i386/include/
H A Dframe.h21 struct trapframe { struct
/original-bsd/usr.bin/gcore/
H A Dmd-sparc.c68 struct trapframe tf;
/original-bsd/sys/sparc/fpu/
H A Dfpu.c156 register struct trapframe *tf;