Searched refs:NUMSAVEREGS (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/mips/include/
H A Dreg.h57 register_t r_regs[NUMSAVEREGS]; /* numbered as above */
74 uint32_t r_regs[NUMSAVEREGS];
H A Dregnum.h47 #define NUMSAVEREGS 40 macro
133 #define FPBASE NUMSAVEREGS
/freebsd-13-stable/sys/mips/mips/
H A Dfreebsd32_machdep.c132 for (i = 0; i < NUMSAVEREGS; i++)
149 for (i = 0; i < NUMSAVEREGS; i++)
H A Dexception.S370 #define KERN_REG_SIZE (NUMSAVEREGS * SZREG)

Completed in 59 milliseconds