original_kernel/arch/arm64/kvm
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
..
hyp arm64: KVM: Turn system register numbers to an enum 2015-12-14 11:30:43 +00:00
Kconfig
Makefile arm64: KVM: Move away from the assembly version of the world switch 2015-12-14 11:30:43 +00:00
debug.c
emulate.c
guest.c arm64: KVM: Turn system register numbers to an enum 2015-12-14 11:30:43 +00:00
handle_exit.c arm64: KVM: Turn system register numbers to an enum 2015-12-14 11:30:43 +00:00
hyp-init.S
hyp.S arm64: KVM: Move away from the assembly version of the world switch 2015-12-14 11:30:43 +00:00
inject_fault.c
regmap.c
reset.c
sys_regs.c arm64: KVM: Turn system register numbers to an enum 2015-12-14 11:30:43 +00:00
sys_regs.h arm64: KVM: Correctly handle zero register in system register accesses 2015-12-04 16:29:54 +00:00
sys_regs_generic_v8.c arm64: KVM: Correctly handle zero register in system register accesses 2015-12-04 16:29:54 +00:00
trace.h