commit | cfe3950c2a19c1e1ad85b9dd2622617e309d2845 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Wed Dec 12 14:42:09 2012 +0000 |
committer | Christoffer Dall <cdall@cs.columbia.edu> | Wed Mar 06 15:48:44 2013 -0800 |
tree | bcdc30a0d28f61026663d10e9f8b7d9b0e97cd53 | |
parent | 728d577d357c9caf83f75d0a38f318f343999cc2 [diff] |
ARM: KVM: fix fault_ipa computing The ARM ARM says that HPFAR reports bits [39:12] of the faulting IPA, and we need to complement it with the bottom 12 bits of the faulting VA. This is always 12 bits, irrespective of the page size. Makes it clearer in the code. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>