cpu_suspend_ctx
struct cpu_suspend_ctx;
extern void cpu_do_suspend(struct cpu_suspend_ctx *ptr);
struct cpu_suspend_ctx system_regs;
DEFINE(CPU_CTX_SP, offsetof(struct cpu_suspend_ctx, sp));