From: Andrew Scull Date: Tue, 15 Sep 2020 10:46:39 +0000 (+0100) Subject: smccc: Define vendor hyp owned service call region X-Git-Tag: v5.15~2121^2~28^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf6501689012ef346cc835a38cbebb1e398d0834;p=platform%2Fkernel%2Flinux-starfive.git smccc: Define vendor hyp owned service call region Vendor specific hypervisor services have their own region of function identifiers reserved by SMCCC. Extend the list of owners to include this case. Signed-off-by: Andrew Scull Signed-off-by: Marc Zyngier Cc: Sudeep Holla Link: https://lore.kernel.org/r/20200915104643.2543892-16-ascull@google.com --- diff --git a/include/linux/arm-smccc.h b/include/linux/arm-smccc.h index 15c706f..ee286f5 100644 --- a/include/linux/arm-smccc.h +++ b/include/linux/arm-smccc.h @@ -49,6 +49,7 @@ #define ARM_SMCCC_OWNER_OEM 3 #define ARM_SMCCC_OWNER_STANDARD 4 #define ARM_SMCCC_OWNER_STANDARD_HYP 5 +#define ARM_SMCCC_OWNER_VENDOR_HYP 6 #define ARM_SMCCC_OWNER_TRUSTED_APP 48 #define ARM_SMCCC_OWNER_TRUSTED_APP_END 49 #define ARM_SMCCC_OWNER_TRUSTED_OS 50