Home
last modified time | relevance | path

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

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