[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v4 1/2] x86/vtx: add LBR_SELECT to the list of LBR MSRs
On 15.04.2021 01:13, Igor Druzhinin wrote: > On 14/04/2021 12:41, Jan Beulich wrote: >> On 14.04.2021 06:40, Igor Druzhinin wrote: >>> --- a/xen/include/asm-x86/msr-index.h >>> +++ b/xen/include/asm-x86/msr-index.h >>> @@ -606,14 +606,18 @@ >>> #define NUM_MSR_C2_LASTBRANCH_FROM_TO 4 >>> #define NUM_MSR_ATOM_LASTBRANCH_FROM_TO 8 >>> >>> +/* Nehalem (and newer) last-branch recording */ >>> +#define MSR_NHL_LBR_SELECT 0x000001c8 >>> +#define MSR_NHL_LASTBRANCH_TOS 0x000001c9 >>> + >>> /* Skylake (and newer) last-branch recording */ >>> -#define MSR_SKL_LASTBRANCH_TOS 0x000001c9 >>> #define MSR_SKL_LASTBRANCH_0_FROM_IP 0x00000680 >>> #define MSR_SKL_LASTBRANCH_0_TO_IP 0x000006c0 >>> #define MSR_SKL_LASTBRANCH_0_INFO 0x00000dc0 >>> #define NUM_MSR_SKL_LASTBRANCH 32 >>> >>> /* Goldmont last-branch recording */ >>> +#define MSR_GM_LBR_SELECT 0x000001c8 >>> #define MSR_GM_LASTBRANCH_TOS 0x000001c9 >> >> Wouldn't it make sense to also re-use the NHL constants, like you >> do for Skylake? > > I didn't really see GM to be derived from NHL so decided to split those. Hmm, yes - fair argument. Jan
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |