Re: [Xen-devel] [PATCH v6 05/10] arm: add SMCCC protocol definitions

2017-10-03 Thread Julien Grall
Hi Volodymyr, On 21/09/17 20:59, Volodymyr Babchuk wrote: Add generic definitions used in ARM SMC call convention. Those definitions was originaly added to Linux kernel as s/originaly/originally/ include/linux/arm-smccc.h by commit 98dd64f34f47 ("ARM: 8478/2: arm/arm64: add arm-smccc") I ex

[Xen-devel] [PATCH v6 05/10] arm: add SMCCC protocol definitions

2017-09-21 Thread Volodymyr Babchuk
Add generic definitions used in ARM SMC call convention. Those definitions was originaly added to Linux kernel as include/linux/arm-smccc.h by commit 98dd64f34f47 ("ARM: 8478/2: arm/arm64: add arm-smccc") I extended them and formatted according to XEN coding style. Some of the macros were converte