On 01/07/2019 12:57, Jan Beulich wrote: > --- a/xen/include/asm-x86/x86-defns.h > +++ b/xen/include/asm-x86/x86-defns.h > @@ -108,4 +108,12 @@ > */ > #define X86_DR7_DEFAULT 0x00000400 /* Default %dr7 value. */ > > +/* > + * Invalidation types for the INVPCID instruction. > + */ > +#define X86_INVPCID_TYPE_INDIV_ADDR 0 > +#define X86_INVPCID_TYPE_SINGLE_CTXT 1 > +#define X86_INVPCID_TYPE_ALL_INCL_GLOBAL 2 > +#define X86_INVPCID_TYPE_ALL_NON_GLOBAL 3
I'd personally take the opportunity to remove the TYPE infix, as it isn't terribly useful. Preferably with this done, Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel