• Home
  • Raw
  • Download

Lines Matching refs:MEMIFY

195 #     define MEMIFY(preg, reg)						 \  in remote_install_cursor()  macro
202 MEMIFY (IA64_REG_PR, UNW_IA64_PR); in remote_install_cursor()
203 MEMIFY (IA64_REG_PFS, UNW_IA64_AR_PFS); in remote_install_cursor()
204 MEMIFY (IA64_REG_RNAT, UNW_IA64_AR_RNAT); in remote_install_cursor()
205 MEMIFY (IA64_REG_UNAT, UNW_IA64_AR_UNAT); in remote_install_cursor()
206 MEMIFY (IA64_REG_LC, UNW_IA64_AR_LC); in remote_install_cursor()
207 MEMIFY (IA64_REG_FPSR, UNW_IA64_AR_FPSR); in remote_install_cursor()
208 MEMIFY (IA64_REG_IP, UNW_IA64_BR + 0); in remote_install_cursor()
209 MEMIFY (IA64_REG_B1, UNW_IA64_BR + 1); in remote_install_cursor()
210 MEMIFY (IA64_REG_B2, UNW_IA64_BR + 2); in remote_install_cursor()
211 MEMIFY (IA64_REG_B3, UNW_IA64_BR + 3); in remote_install_cursor()
212 MEMIFY (IA64_REG_B4, UNW_IA64_BR + 4); in remote_install_cursor()
213 MEMIFY (IA64_REG_B5, UNW_IA64_BR + 5); in remote_install_cursor()
214 MEMIFY (IA64_REG_F2, UNW_IA64_FR + 2); in remote_install_cursor()
215 MEMIFY (IA64_REG_F3, UNW_IA64_FR + 3); in remote_install_cursor()
216 MEMIFY (IA64_REG_F4, UNW_IA64_FR + 4); in remote_install_cursor()
217 MEMIFY (IA64_REG_F5, UNW_IA64_FR + 5); in remote_install_cursor()
218 MEMIFY (IA64_REG_F16, UNW_IA64_FR + 16); in remote_install_cursor()
219 MEMIFY (IA64_REG_F17, UNW_IA64_FR + 17); in remote_install_cursor()
220 MEMIFY (IA64_REG_F18, UNW_IA64_FR + 18); in remote_install_cursor()
221 MEMIFY (IA64_REG_F19, UNW_IA64_FR + 19); in remote_install_cursor()
222 MEMIFY (IA64_REG_F20, UNW_IA64_FR + 20); in remote_install_cursor()
223 MEMIFY (IA64_REG_F21, UNW_IA64_FR + 21); in remote_install_cursor()
224 MEMIFY (IA64_REG_F22, UNW_IA64_FR + 22); in remote_install_cursor()
225 MEMIFY (IA64_REG_F23, UNW_IA64_FR + 23); in remote_install_cursor()
226 MEMIFY (IA64_REG_F24, UNW_IA64_FR + 24); in remote_install_cursor()
227 MEMIFY (IA64_REG_F25, UNW_IA64_FR + 25); in remote_install_cursor()
228 MEMIFY (IA64_REG_F26, UNW_IA64_FR + 26); in remote_install_cursor()
229 MEMIFY (IA64_REG_F27, UNW_IA64_FR + 27); in remote_install_cursor()
230 MEMIFY (IA64_REG_F28, UNW_IA64_FR + 28); in remote_install_cursor()
231 MEMIFY (IA64_REG_F29, UNW_IA64_FR + 29); in remote_install_cursor()
232 MEMIFY (IA64_REG_F30, UNW_IA64_FR + 30); in remote_install_cursor()
233 MEMIFY (IA64_REG_F31, UNW_IA64_FR + 31); in remote_install_cursor()