Add symbolic name for TSC_AUX MSR address.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2019-03-15 16:39:05 +00:00
parent 43d3127ca7
commit 7e0a345bc5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345189

View File

@ -1044,6 +1044,7 @@
#define MSR_FSBASE 0xc0000100 /* base address of the %fs "segment" */
#define MSR_GSBASE 0xc0000101 /* base address of the %gs "segment" */
#define MSR_KGSBASE 0xc0000102 /* base address of the kernel %gs */
#define MSR_TSC_AUX 0xc0000103
#define MSR_PERFEVSEL0 0xc0010000
#define MSR_PERFEVSEL1 0xc0010001
#define MSR_PERFEVSEL2 0xc0010002