blob: d7de2018d7bb9880e702af11f8e249bdfadf7b08 [file] [log] [blame]
Dmitry V. Levind70d1c42015-03-22 22:13:55 +00001static struct pt_all_user_regs ia64_regs;
2unsigned long *const ia64_frame_ptr = &ia64_regs.gr[12];
3
4#define IA64_PSR_IS ((long)1 << 34)
5#define ia64_ia32mode (ia64_regs.cr_ipsr & IA64_PSR_IS)
6
7#define ARCH_REGS_FOR_GETREGS ia64_regs