xref: /aosp_15_r20/external/strace/linux/arc/arch_regs.c (revision cf84ac9a129d8ea9952db616b4e9b904c4bdde56)
1 static struct user_regs_struct arc_regs;
2 unsigned long *const arc_sp_ptr = &arc_regs.scratch.sp;
3 #define ARCH_REGS_FOR_GETREGSET arc_regs
4 #define ARCH_PC_REG arc_regs.efa
5