linux/virt/kvm/arm/hyp
Christoffer Dall d68356cc51 KVM: arm/arm64: vgic-v3: Fix nr_pre_bits bitfield extraction
We used to extract PRIbits from the ICH_VT_EL2 which was the upper field
in the register word, so a mask wasn't necessary, but as we switched to
looking at PREbits, which is bits 26 through 28 with the PRIbits field
being potentially non-zero, we really need to mask off the field value,
otherwise fun things may happen.

Signed-off-by: Christoffer Dall <cdall@linaro.org>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
2017-06-06 10:16:53 +02:00
..
timer-sr.c KVM: arm/arm64: Move cntvoff to each timer context 2017-02-08 15:13:33 +00:00
vgic-v2-sr.c KVM: arm/arm64: vgic: Get rid of MISR and EISR fields 2017-04-09 07:49:10 -07:00
vgic-v3-sr.c KVM: arm/arm64: vgic-v3: Fix nr_pre_bits bitfield extraction 2017-06-06 10:16:53 +02:00