diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2017-01-24 09:03:06 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2017-01-24 09:03:06 +0000 |
commit | 54d63b68966f5b64d866db582a00ef51619a2c78 (patch) | |
tree | c12ad954c787bd33766510ce7596e39667abab19 /sys | |
parent | 39c85c0d69016254041094640e5f77fb7f9abcb7 (diff) |
SVM: matching i386 commit (missing host save area pa msr)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/include/specialreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/include/specialreg.h b/sys/arch/i386/include/specialreg.h index 11c025c2adc..8d2f2141360 100644 --- a/sys/arch/i386/include/specialreg.h +++ b/sys/arch/i386/include/specialreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: specialreg.h,v 1.60 2017/01/19 23:17:19 mlarkin Exp $ */ +/* $OpenBSD: specialreg.h,v 1.61 2017/01/24 09:03:05 mlarkin Exp $ */ /* $NetBSD: specialreg.h,v 1.7 1994/10/27 04:16:26 cgd Exp $ */ /*- @@ -1044,6 +1044,7 @@ * SVM */ #define MSR_AMD_VM_CR 0xc0010114 +#define MSR_AMD_VM_HSAVE_PA 0xc0010117 #define CPUID_AMD_SVM_CAP 0x8000000A #define AMD_SVMDIS 0x10 #define AMD_SVM_NESTED_PAGING_CAP (1 << 0) |