Searched refs:MEMIFY (Results 1 – 1 of 1) sorted by relevance
/external/libunwind/src/ia64/ |
D | Gresume.c | 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() [all …]
|