[SRU][F][J][PATCH 1/3] KVM: s390: pv: add macros for UVC CC values
frank.heimes at canonical.com
frank.heimes at canonical.com
Tue Jun 21 19:36:57 UTC 2022
From: Claudio Imbrenda <imbrenda at linux.ibm.com>
BugLink: https://bugs.launchpad.net/bugs/1979296
Add macros to describe the 4 possible CC values returned by the UVC
instruction.
Signed-off-by: Claudio Imbrenda <imbrenda at linux.ibm.com>
Reviewed-by: Christian Borntraeger <borntraeger at de.ibm.com>
Reviewed-by: Janosch Frank <frankja at linux.ibm.com>
Message-Id: <20210920132502.36111-2-imbrenda at linux.ibm.com>
Signed-off-by: Janosch Frank <frankja at linux.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger at de.ibm.com>
(cherry picked from commit 57c5df13eca4017ed28f9375dc1d246ec0f54217)
Signed-off-by: Frank Heimes <frank.heimes at canonical.com>
---
arch/s390/include/asm/uv.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/s390/include/asm/uv.h b/arch/s390/include/asm/uv.h
index 0b50c5024035..595704e7feae 100644
--- a/arch/s390/include/asm/uv.h
+++ b/arch/s390/include/asm/uv.h
@@ -18,6 +18,11 @@
#include <asm/page.h>
#include <asm/gmap.h>
+#define UVC_CC_OK 0
+#define UVC_CC_ERROR 1
+#define UVC_CC_BUSY 2
+#define UVC_CC_PARTIAL 3
+
#define UVC_RC_EXECUTED 0x0001
#define UVC_RC_INV_CMD 0x0002
#define UVC_RC_INV_STATE 0x0003
--
2.25.1
More information about the kernel-team
mailing list