HomeSort by: relevance | last modified time | path
    Searched refs:_R_AST (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/mips/include/
regnum.h 47 #define _R_AST 1 /* caller-saved */
  /src/sys/arch/mips/mips/
kgdb_machdep.c 181 gdb_regs[ 1] = regs->r_regs[_R_AST]; /* AT */
cpu_subr.c 372 memcpy(&gr[_REG_AT], &tf->tf_regs[_R_AST], sizeof(mips_reg_t) * 31);
441 CTASSERT(_R_AST == _REG_AT);
445 for (size_t i = _R_AST; i < 32; i++) {
450 memcpy(&tf->tf_regs[_R_AST], &gr[_REG_AT],
db_trace.c 82 { "at", (long *)&ddb_regs.r_regs[_R_AST], DB_SETF_REGS, NULL },
trap.c 855 tf->tf_regs[_R_AST], tf->tf_regs[_R_V0], tf->tf_regs[_R_V1]);

Completed in 14 milliseconds