Home
last modified time | relevance | path

Searched refs:cpu_suspend_ctx (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dproc-fns.h16 struct cpu_suspend_ctx;
19 extern void cpu_do_suspend(struct cpu_suspend_ctx *ptr);
H A Dsuspend.h12 struct cpu_suspend_ctx { struct
34 struct cpu_suspend_ctx system_regs; argument
/openbmc/linux/arch/arm64/kernel/
H A Dasm-offsets.c152 DEFINE(CPU_CTX_SP, offsetof(struct cpu_suspend_ctx, sp)); in main()