Home
last modified time | relevance | path

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

/arch/metag/tbx/
Dtbisoft.S28 #define TBICTX_BYTES ((TBICTX_AX_REGS*8)+TBICTX_AX)
93 ADD A0StP,A0StP,#(TBICTX_AX_REGS*8) /* Reserve AX save space */
Dtbipcx.S36 #define TBICTX_BYTES ((TBICTX_AX_REGS*8)+TBICTX_AX)
Dtbictx.S28 #define TBICTX_BYTES ((TBICTX_AX_REGS*8)+TBICTX_AX)
/arch/metag/include/asm/
Dtbx.h259 #define TBICTX_AX_REGS 5 /* Ax.0 to Ax.4 are core GP regs on CHORUS */ macro
262 #define TBICTX_AX_REGS 4 /* Default is Ax.0 to Ax.3 */ macro
430 TBIDUAL AX3[TBICTX_AX_REGS-3];
/arch/metag/kernel/
Dprocess.c164 for (i = 0; i < (TBICTX_AX_REGS - 3); i++) { in show_regs()