Re: [PATCH v3 03/32] arm64: KVM: HYP mode idmap support

2013-04-24 Thread Marc Zyngier
On 23/04/13 23:57, Christoffer Dall wrote: > > > On Mon, Apr 8, 2013 at 9:17 AM, Marc Zyngier wrote: >> Add the necessary infrastructure for identity-mapped HYP page >> tables. Idmap-ed code must be in the ".hyp.idmap.text" linker >> section. >> >> The rest of the HYP ends up in ".hyp.text". >>

Re: [PATCH v3 03/32] arm64: KVM: HYP mode idmap support

2013-04-23 Thread Christoffer Dall
On Mon, Apr 8, 2013 at 9:17 AM, Marc Zyngier wrote: > Add the necessary infrastructure for identity-mapped HYP page > tables. Idmap-ed code must be in the ".hyp.idmap.text" linker > section. > > The rest of the HYP ends up in ".hyp.text". > > Signed-off-by: Marc Zyngier > --- > arch/arm64/kern

[PATCH v3 03/32] arm64: KVM: HYP mode idmap support

2013-04-08 Thread Marc Zyngier
Add the necessary infrastructure for identity-mapped HYP page tables. Idmap-ed code must be in the ".hyp.idmap.text" linker section. The rest of the HYP ends up in ".hyp.text". Signed-off-by: Marc Zyngier --- arch/arm64/kernel/vmlinux.lds.S | 16 1 file changed, 16 insertions(+