Lines Matching refs:TMP
153 #define TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
154 __GET_CPUID(TMP) \
156 sllx TMP, TRAP_BLOCK_SZ_SHIFT, TMP; \
158 add DEST, TMP, DEST; \
160 /* Clobbers TMP, current address space PGD phys address into DEST. */
161 #define TRAP_LOAD_PGD_PHYS(DEST, TMP) \
162 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
165 /* Clobbers TMP, loads local processor's IRQ work area into DEST. */
166 #define TRAP_LOAD_IRQ_WORK_PA(DEST, TMP) \
167 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
170 /* Clobbers TMP, loads DEST with current thread info pointer. */
171 #define TRAP_LOAD_THREAD_REG(DEST, TMP) \
172 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
194 #define TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
199 #define TRAP_LOAD_PGD_PHYS(DEST, TMP) \
200 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
203 /* Clobbers TMP, loads local processor's IRQ work area into DEST. */
204 #define TRAP_LOAD_IRQ_WORK_PA(DEST, TMP) \
205 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
208 #define TRAP_LOAD_THREAD_REG(DEST, TMP) \
209 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \