summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/guest-state-buffer.h
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2024-07-18 14:32:46 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2024-07-18 14:32:46 +1000
commit9ff0251b2eb54d17fbe4f6aff50f6edfd837adb6 (patch)
tree76fa15127c725cb4a2edb626a3843a3787ec5a3d /arch/powerpc/include/asm/guest-state-buffer.h
parent90e812ac40c4b813fdbafab22f426fe4cdf840a8 (diff)
parentca8dad0415162efea3597abe06b2025f34213eb5 (diff)
Merge branch 'topic/ppc-kvm' into next
Merge the powerpc KVM topic branch.
Diffstat (limited to 'arch/powerpc/include/asm/guest-state-buffer.h')
-rw-r--r--arch/powerpc/include/asm/guest-state-buffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/guest-state-buffer.h b/arch/powerpc/include/asm/guest-state-buffer.h
index 808149f31576..d107abe1468f 100644
--- a/arch/powerpc/include/asm/guest-state-buffer.h
+++ b/arch/powerpc/include/asm/guest-state-buffer.h
@@ -81,6 +81,7 @@
#define KVMPPC_GSID_HASHKEYR 0x1050
#define KVMPPC_GSID_HASHPKEYR 0x1051
#define KVMPPC_GSID_CTRL 0x1052
+#define KVMPPC_GSID_DPDES 0x1053
#define KVMPPC_GSID_CR 0x2000
#define KVMPPC_GSID_PIDR 0x2001
@@ -110,7 +111,7 @@
#define KVMPPC_GSE_META_COUNT (KVMPPC_GSE_META_END - KVMPPC_GSE_META_START + 1)
#define KVMPPC_GSE_DW_REGS_START KVMPPC_GSID_GPR(0)
-#define KVMPPC_GSE_DW_REGS_END KVMPPC_GSID_CTRL
+#define KVMPPC_GSE_DW_REGS_END KVMPPC_GSID_DPDES
#define KVMPPC_GSE_DW_REGS_COUNT \
(KVMPPC_GSE_DW_REGS_END - KVMPPC_GSE_DW_REGS_START + 1)