1 static struct user_regs_struct i386_regs;
2 long *const i386_esp_ptr = &i386_regs.esp;
3 
4 #define ARCH_REGS_FOR_GETREGS i386_regs
5