Home
last modified time | relevance | path

Searched refs:GDB_FR_CP0_PAGEMASK (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-mips/
Dgdb-stub.h121 #define GDB_FR_CP0_PAGEMASK ((GDB_FR_CP0_CONTEXT) + 4) /* 79 */ macro
122 #define GDB_FR_CP0_WIRED ((GDB_FR_CP0_PAGEMASK) + 4) /* 80 */
/linux-2.4.37.9/include/asm-mips64/
Dgdb-stub.h121 #define GDB_FR_CP0_PAGEMASK ((GDB_FR_CP0_CONTEXT) + 8) /* 79 */ macro
122 #define GDB_FR_CP0_WIRED ((GDB_FR_CP0_PAGEMASK) + 8) /* 80 */
/linux-2.4.37.9/arch/mips64/kernel/
Dgdb-low.S185 sd v0,GDB_FR_CP0_PAGEMASK(sp)
214 ld v0,GDB_FR_CP0_PAGEMASK(sp)
/linux-2.4.37.9/arch/mips/kernel/
Dgdb-low.S185 sw v0,GDB_FR_CP0_PAGEMASK(sp)
214 lw v0,GDB_FR_CP0_PAGEMASK(sp)