linux_old1/arch/arm64/kvm/hyp
Marc Zyngier 5f05a72aed arm64: KVM: Move most of the fault decoding to C
The fault decoding process (including computing the IPA in the case
of a permission fault) would be much better done in C code, as we
have a reasonable infrastructure to deal with the VHE/non-VHE
differences.

Let's move the whole thing to C, including the workaround for
erratum 834220, and just patch the odd ESR_EL2 access remaining
in hyp-entry.S.

Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2016-02-29 18:34:18 +00:00
..
Makefile arm64: KVM: Switch to C-based stage2 init 2016-02-29 18:34:15 +00:00
debug-sr.c arm64: KVM: Remove weak attributes 2015-12-14 11:30:44 +00:00
entry.S arm64: KVM: VHE: Add fpsimd enabling on guest access 2016-02-29 18:34:17 +00:00
fpsimd.S arm64: KVM: Implement fpsimd save/restore 2015-12-14 11:30:41 +00:00
hyp-entry.S arm64: KVM: Move most of the fault decoding to C 2016-02-29 18:34:18 +00:00
hyp.h arm64: KVM: VHE: Make __fpsimd_enabled VHE aware 2016-02-29 18:34:17 +00:00
s2-setup.c arm64: KVM: Switch to C-based stage2 init 2016-02-29 18:34:15 +00:00
switch.c arm64: KVM: Move most of the fault decoding to C 2016-02-29 18:34:18 +00:00
sysreg-sr.c arm64: KVM: VHE: Enable minimal sysreg save/restore 2016-02-29 18:34:17 +00:00
timer-sr.c arm64: KVM: VHE: Use unified sysreg accessors for timer 2016-02-29 18:34:17 +00:00
tlb.c arm64: KVM: Remove weak attributes 2015-12-14 11:30:44 +00:00
vgic-v2-sr.c arm64: KVM: Implement vgic-v2 save/restore 2015-12-14 11:30:38 +00:00
vgic-v3-sr.c arm64: KVM: vgic-v3: Restore ICH_APR0Rn_EL2 before ICH_APR1Rn_EL2 2016-02-24 17:25:58 +00:00