Re: [PATCH v4 05/10] kvm: arm64: Remove hyp_adr/ldr_this_cpu

2020-09-29 Thread Marc Zyngier
On 2020-09-29 18:34, Will Deacon wrote: On Tue, Sep 22, 2020 at 09:49:05PM +0100, David Brazdil wrote: The hyp_adr/ldr_this_cpu helpers were introduced for use in hyp code because they always needed to use TPIDR_EL2 for base, while adr/ldr_this_cpu from kernel proper would select between TPIDR_E

Re: [PATCH v4 05/10] kvm: arm64: Remove hyp_adr/ldr_this_cpu

2020-09-29 Thread Will Deacon
On Tue, Sep 22, 2020 at 09:49:05PM +0100, David Brazdil wrote: > The hyp_adr/ldr_this_cpu helpers were introduced for use in hyp code > because they always needed to use TPIDR_EL2 for base, while > adr/ldr_this_cpu from kernel proper would select between TPIDR_EL2 and > _EL1 based on VHE/nVHE. > >