Home | History | Annotate | Download | only in ia64
      1 static struct pt_all_user_regs ia64_regs;
      2 unsigned 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
      8 #define ARCH_PC_REG ia64_regs.br[0]
      9