tf_epc             77 kern/arch/mips/include/trapframe.h 	uint32_t tf_epc;	/* coprocessor 0 epc register */
tf_epc            259 kern/arch/mips/locore/trap.c 		panic("Bus error exception, PC=0x%x\n", tf->tf_epc);
tf_epc            274 kern/arch/mips/locore/trap.c 		kill_curthread(tf->tf_epc, code, tf->tf_vaddr);
tf_epc            301 kern/arch/mips/locore/trap.c 		tf->tf_epc = (vaddr_t) curthread->t_machdep.tm_badfaultfunc;
tf_epc            312 kern/arch/mips/locore/trap.c 		tf->tf_epc, tf->tf_vaddr);
tf_epc            425 kern/arch/mips/locore/trap.c 	tf.tf_epc = entry;
tf_epc            163 kern/arch/mips/syscall/syscall.c 	tf->tf_epc += 4;