Home
last modified time | relevance | path

Searched refs:_R_K1 (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/arch/mips/include/
H A Dregnum.h84 #define _R_K1 27 /* kernel reserved */ macro
/netbsd/sys/arch/mips/mips/
H A Dmips_fixup.c97 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()
H A Ddb_trace.c119 { "k1", (long *)&ddb_regs.r_regs[_R_K1], DB_SETF_REGS, NULL },
H A Dtrap.c881 tf->tf_regs[_R_T9], tf->tf_regs[_R_K0], tf->tf_regs[_R_K1]); in frame_dump()
H A Dgenassym.cf235 define TF_REG_K1 offsetof(struct trapframe, tf_regs[_R_K1])