aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include/vmm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm64/include/vmm.h')
-rw-r--r--sys/arm64/include/vmm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm64/include/vmm.h b/sys/arm64/include/vmm.h
index 1d783cdacb0d..73b5b4a09591 100644
--- a/sys/arm64/include/vmm.h
+++ b/sys/arm64/include/vmm.h
@@ -89,6 +89,7 @@ enum vm_reg_name {
VM_REG_GUEST_TTBR1_EL1,
VM_REG_GUEST_TCR_EL1,
VM_REG_GUEST_TCR2_EL1,
+ VM_REG_GUEST_MPIDR_EL1,
VM_REG_LAST
};