Searched hist:cedbb8b78c4f09f0d4519d5d35519b64487f1f0a (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm64/include/asm/ |
H A D | kvm_mmu.h | diff cedbb8b78c4f09f0d4519d5d35519b64487f1f0a Thu Jan 29 07:50:34 CST 2015 Marc Zyngier <marc.zyngier@arm.com> arm64: KVM: VHE: Patch out kern_hyp_va
The kern_hyp_va macro is pretty meaninless with VHE, as there is only one mapping - the kernel one.
In order to keep the code readable and efficient, use runtime patching to replace the 'and' instruction used to compute the VA with a 'nop'.
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
|