arm64: Add boot time configuration of Intermediate Physical Address size
authorRadha Mohan Chintakuntla <[email protected]>
Fri, 7 Mar 2014 08:49:25 +0000 (08:49 +0000)
committerCatalin Marinas <[email protected]>
Thu, 13 Mar 2014 11:22:36 +0000 (11:22 +0000)
commit87366d8cf7b3f6dc34633938aa8766e5a390ce33
tree9af5603c6cf5627207b0b78a44777bdfde6a1f87
parent71fdb6bf61bf0692f004f9daf5650392c0cfe300
arm64: Add boot time configuration of Intermediate Physical Address size

ARMv8 supports a range of physical address bit sizes. The PARange bits
from ID_AA64MMFR0_EL1 register are read during boot-time and the
intermediate physical address size bits are written in the translation
control registers (TCR_EL1 and VTCR_EL2).

There is no change in the VA bits and levels of translation.

Signed-off-by: Radha Mohan Chintakuntla <[email protected]>
Reviewed-by: Will Deacon <[email protected]>
Acked-by: Marc Zyngier <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
arch/arm64/include/asm/kvm_arm.h
arch/arm64/include/asm/pgtable-hwdef.h
arch/arm64/kvm/hyp-init.S
arch/arm64/mm/proc.S