summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/sleep.S
diff options
context:
space:
mode:
authorLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2013-07-17 09:14:45 (GMT)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2013-12-16 17:17:31 (GMT)
commit6732bc65c277b697f6d8b645b15f63d1558c0cc4 (patch)
tree3fec2f68e25807aea9f814520541211cc8ff979a /arch/arm64/kernel/sleep.S
parent976d7d3f79a997b223f2ed8eabef7e12e469b5cf (diff)
downloadlinux-6732bc65c277b697f6d8b645b15f63d1558c0cc4.tar.xz
arm64: kernel: suspend/resume registers save/restore
Power management software requires the kernel to save and restore CPU registers while going through suspend and resume operations triggered by kernel subsystems like CPU idle and suspend to RAM. This patch implements code that provides save and restore mechanism for the arm v8 implementation. Memory for the context is passed as parameter to both cpu_do_suspend and cpu_do_resume functions, and allows the callers to implement context allocation as they deem fit. The registers that are saved and restored correspond to the registers set actually required by the kernel to be up and running which represents a subset of v8 ISA. Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Diffstat (limited to 'arch/arm64/kernel/sleep.S')
0 files changed, 0 insertions, 0 deletions