trapframe         101 kern/arch/mips/include/trapframe.h void mips_usermode(struct trapframe *tf);
trapframe          45 kern/arch/mips/locore/trap.c extern void asm_usermode(struct trapframe *tf);
trapframe          48 kern/arch/mips/locore/trap.c void mips_trap(struct trapframe *tf);
trapframe         126 kern/arch/mips/locore/trap.c mips_trap(struct trapframe *tf)
trapframe         367 kern/arch/mips/locore/trap.c mips_usermode(struct trapframe *tf)
trapframe          79 kern/arch/mips/syscall/syscall.c syscall(struct trapframe *tf)
trapframe         180 kern/arch/mips/syscall/syscall.c enter_forked_process(struct trapframe *tf)
trapframe         255 kern/arch/sys161/dev/lamebus_machdep.c mainbus_interrupt(struct trapframe *tf)
trapframe          49 kern/include/mainbus.h void mainbus_interrupt(struct trapframe *);
trapframe          40 kern/include/syscall.h void syscall(struct trapframe *tf);
trapframe          47 kern/include/syscall.h void enter_forked_process(struct trapframe *tf);