aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_kvm_amd64.txt.const
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2025-07-17 18:59:40 +0200
committerAlexander Potapenko <glider@google.com>2025-07-18 11:16:37 +0000
commit61ca954c06b4688cfa57cdd896d9b6b9260b739d (patch)
tree7abfddd9ec4df49ed6dd78ae3f099604f30b50d3 /sys/linux/dev_kvm_amd64.txt.const
parent85589c8591e4df86079d33868491f43974387302 (diff)
sys/linux/dev_kvm_amd64.txt: define KVM_MEMORY_ENCRYPT_REG_REGION and KVM_MEMORY_ENCRYPT_UNREG_REGION
See https://docs.kernel.org/virt/kvm/api.html#kvm-memory-encrypt-reg-region
Diffstat (limited to 'sys/linux/dev_kvm_amd64.txt.const')
-rw-r--r--sys/linux/dev_kvm_amd64.txt.const2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/dev_kvm_amd64.txt.const b/sys/linux/dev_kvm_amd64.txt.const
index fe1c33f7c..708be34bf 100644
--- a/sys/linux/dev_kvm_amd64.txt.const
+++ b/sys/linux/dev_kvm_amd64.txt.const
@@ -76,6 +76,8 @@ KVM_IRQCHIP_PIC_SLAVE = 1
KVM_MAX_IRQ_ROUTES = 4096
KVM_MEMORY_ATTRIBUTE_PRIVATE = 8
KVM_MEMORY_ENCRYPT_OP = 386:3221532346, amd64:3221794490
+KVM_MEMORY_ENCRYPT_REG_REGION = 2148576955
+KVM_MEMORY_ENCRYPT_UNREG_REGION = 2148576956
KVM_MSR_EXIT_REASON_FILTER = 4
KVM_MSR_EXIT_REASON_INVAL = 1
KVM_MSR_EXIT_REASON_UNKNOWN = 2