Re: [PATCH v2 18/28] ARM: KVM: Add HYP mode entry code

2016-02-10 Thread Christoffer Dall
On Wed, Feb 10, 2016 at 04:02:14PM +, Marc Zyngier wrote: > On 09/02/16 17:00, Christoffer Dall wrote: > > On Thu, Feb 04, 2016 at 11:00:35AM +, Marc Zyngier wrote: > >> This part is almost entierely borrowed from the existing code, just > >> slightly simplifying the HYP function call (as w

Re: [PATCH v2 18/28] ARM: KVM: Add HYP mode entry code

2016-02-10 Thread Marc Zyngier
On 09/02/16 17:00, Christoffer Dall wrote: > On Thu, Feb 04, 2016 at 11:00:35AM +, Marc Zyngier wrote: >> This part is almost entierely borrowed from the existing code, just >> slightly simplifying the HYP function call (as we now save SPSR_hyp >> in the world switch). >> >> Signed-off-by: Marc

Re: [PATCH v2 18/28] ARM: KVM: Add HYP mode entry code

2016-02-09 Thread Christoffer Dall
On Thu, Feb 04, 2016 at 11:00:35AM +, Marc Zyngier wrote: > This part is almost entierely borrowed from the existing code, just > slightly simplifying the HYP function call (as we now save SPSR_hyp > in the world switch). > > Signed-off-by: Marc Zyngier > --- > arch/arm/kvm/hyp/Makefile|

[PATCH v2 18/28] ARM: KVM: Add HYP mode entry code

2016-02-04 Thread Marc Zyngier
This part is almost entierely borrowed from the existing code, just slightly simplifying the HYP function call (as we now save SPSR_hyp in the world switch). Signed-off-by: Marc Zyngier --- arch/arm/kvm/hyp/Makefile| 1 + arch/arm/kvm/hyp/hyp-entry.S | 157 +