Home
last modified time | relevance | path

Searched refs:temp3 (Results 1 – 2 of 2) sorted by relevance

/arch/ia64/kernel/
Dmca_asm.S413 #define temp3 r7 macro
518 mov temp3=b6
522 st8 [temp1]=temp3,PT(AR_CSD)-PT(B6) // save b6
524 mov temp3=ar.csd
528 st8 [temp1]=temp3,PT(AR_UNAT)-PT(AR_CSD) // save ar.csd
530 mov temp3=ar.unat
533 st8 [temp1]=temp3,PT(AR_RNAT)-PT(AR_UNAT) // save ar.unat
535 mov temp3=ar.rnat
538 st8 [temp1]=temp3,PT(LOADRS)-PT(AR_RNAT) // save ar.rnat
540 mov temp3=ar.bsp
[all …]
/arch/frv/kernel/
Dgdb-stub.c1395 unsigned long addr, length, loop, dbar, temp, temp2, temp3; in gdbstub() local
1430 temp3 = __debug_frame->pc & ~15; in gdbstub()
1432 if (temp3 == temp + TBR_TT_INTERRUPT_15 || in gdbstub()
1433 temp3 == temp2 + TBR_TT_INTERRUPT_15 in gdbstub()
1446 if (temp3 == temp + TBR_TT_DECREMENT_TIMER || in gdbstub()
1447 temp3 == temp2 + TBR_TT_DECREMENT_TIMER in gdbstub()