Searched refs:_R_K1 (Results 1 – 5 of 5) sorted by relevance
84 #define _R_K1 27 /* kernel reserved */ macro
97 KASSERT(lui_reg == _R_K0 || lui_reg == _R_K1); in mips_fixup_exceptions()124 KASSERT(rt == _R_K0 || rt == _R_K1); in mips_fixup_exceptions()
119 { "k1", (long *)&ddb_regs.r_regs[_R_K1], DB_SETF_REGS, NULL },
881 tf->tf_regs[_R_T9], tf->tf_regs[_R_K0], tf->tf_regs[_R_K1]); in frame_dump()
235 define TF_REG_K1 offsetof(struct trapframe, tf_regs[_R_K1])