Re: [Xen-devel] [RFC v2 4/6] xen/arm: Introduce call_smcc64

2017-02-13 Thread Stefano Stabellini
On Tue, 7 Feb 2017, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Introduce call_smcc64, a helper function to issue 64-bit SMC > calls that follow the SMC Calling Convention. This includes > returning up to 4 64-bit values. > > Signed-off-by: Edgar E. Iglesias Please write it in ass

[Xen-devel] [RFC v2 4/6] xen/arm: Introduce call_smcc64

2017-02-07 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Introduce call_smcc64, a helper function to issue 64-bit SMC calls that follow the SMC Calling Convention. This includes returning up to 4 64-bit values. Signed-off-by: Edgar E. Iglesias --- xen/include/asm-arm/processor.h | 40