tf_cause 43 kern/arch/mips/include/trapframe.h uint32_t tf_cause; /* coprocessor 0 cause register */ tf_cause 138 kern/arch/mips/locore/trap.c code = (tf->tf_cause & CCA_CODE) >> CCA_CODESHIFT; tf_cause 139 kern/arch/mips/locore/trap.c isutlb = (tf->tf_cause & CCA_UTLB) != 0; tf_cause 262 kern/arch/sys161/dev/lamebus_machdep.c cause = tf->tf_cause;