ARM: KVM: Move VFP registers to a CPU context structure
authorMarc Zyngier <marc.zyngier@arm.com>
Sun, 3 Jan 2016 11:01:49 +0000 (11:01 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 29 Feb 2016 18:34:12 +0000 (18:34 +0000)
commit0ca5565df8ef7534c0d85ec87e6c74f8ebe86e88
tree8e59e7da933cc8b9dd19992a5d6d956c26d70ca4
parent42428525a9eefea9dda68de684381ce9f3dc4266
ARM: KVM: Move VFP registers to a CPU context structure

In order to turn the WS code into something that looks a bit
more like the arm64 version, move the VFP registers into a
CPU context container for both the host and the guest.

Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/include/asm/kvm_host.h
arch/arm/kernel/asm-offsets.c
arch/arm/kvm/coproc.c
arch/arm/kvm/interrupts.S
This page took 0.027581 seconds and 5 git commands to generate.