Searched defs:temp3 (Results 1 - 2 of 2) sorted by relevance

/arch/ia64/kernel/
H A Dmca_asm.S413 #define temp3 r7 define
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
[all...]
/arch/frv/kernel/
H A Dgdb-stub.c1395 unsigned long addr, length, loop, dbar, temp, temp2, temp3; local
1430 temp3 = __debug_frame->pc & ~15;
1432 if (temp3 == temp + TBR_TT_INTERRUPT_15 ||
1433 temp3 == temp2 + TBR_TT_INTERRUPT_15
1446 if (temp3 == temp + TBR_TT_DECREMENT_TIMER ||
1447 temp3 == temp2 + TBR_TT_DECREMENT_TIMER

Completed in 46 milliseconds