diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2025-08-07 09:20:14 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2025-08-07 09:45:15 +0000 |
| commit | 5c2f2c5c7a17b94d151ffbb822cfa6cb10d4a4e1 (patch) | |
| tree | 0dc5f9416480debcbae39fa1b88ba2c7cfe7ed7f /sys/arm64/include | |
| parent | bd953a6026fce63b0a76a01da1812e51f630f797 (diff) | |
Diffstat (limited to 'sys/arm64/include')
| -rw-r--r-- | sys/arm64/include/vmm.h | 1 |
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 }; |
