linux_dsm_epyc7002/arch/arm64/kvm/hyp
Marc Zyngier 9d8415d6c1 arm64: KVM: Turn system register numbers to an enum
Having the system register numbers as #defines has been a pain
since day one, as the ordering is pretty fragile, and moving
things around leads to renumbering and epic conflict resolutions.

Now that we're mostly acessing the sysreg file in C, an enum is
a much better type to use, and we can clean things up a bit.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
2015-12-14 11:30:43 +00:00
..
debug-sr.c arm64: KVM: Turn system register numbers to an enum 2015-12-14 11:30:43 +00:00
entry.S arm64: KVM: Turn system register numbers to an enum 2015-12-14 11:30:43 +00:00
fpsimd.S arm64: KVM: Implement fpsimd save/restore 2015-12-14 11:30:41 +00:00
hyp-entry.S arm64: KVM: Add compatibility aliases 2015-12-14 11:30:42 +00:00
hyp.h arm64: KVM: Add panic handling 2015-12-14 11:30:42 +00:00
Makefile arm64: KVM: HYP mode entry points 2015-12-14 11:30:42 +00:00
switch.c arm64: KVM: Add compatibility aliases 2015-12-14 11:30:42 +00:00
sysreg-sr.c arm64: KVM: Turn system register numbers to an enum 2015-12-14 11:30:43 +00:00
timer-sr.c arm64: KVM: Implement timer save/restore 2015-12-14 11:30:39 +00:00
tlb.c arm64: KVM: Add compatibility aliases 2015-12-14 11:30:42 +00:00
vgic-v2-sr.c
vgic-v3-sr.c arm64: KVM: Add compatibility aliases 2015-12-14 11:30:42 +00:00