Home
last modified time | relevance | path

Searched refs:sleep_stack_data (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dsuspend.h33 struct sleep_stack_data { struct
42 int __cpu_suspend_enter(struct sleep_stack_data *state); argument
/openbmc/linux/arch/arm64/kernel/
H A Dsuspend.c101 struct sleep_stack_data state; in cpu_suspend()
H A Dasm-offsets.c155 DEFINE(SLEEP_STACK_DATA_SYSTEM_REGS, offsetof(struct sleep_stack_data, system_regs)); in main()
156 DEFINE(SLEEP_STACK_DATA_CALLEE_REGS, offsetof(struct sleep_stack_data, callee_saved_regs)); in main()
H A Dhibernate.c331 struct sleep_stack_data state; in swsusp_arch_suspend()