sleep_stack_data
int __cpu_suspend_enter(struct sleep_stack_data *state);
DEFINE(SLEEP_STACK_DATA_SYSTEM_REGS, offsetof(struct sleep_stack_data, system_regs));
DEFINE(SLEEP_STACK_DATA_CALLEE_REGS, offsetof(struct sleep_stack_data, callee_saved_regs));
struct sleep_stack_data state;
struct sleep_stack_data state;