#ifndef _ASM_X86_INVPCID
#define _ASM_X86_INVPCID
static inline void __invpcid(unsigned long pcid, unsigned long addr,
unsigned long type)
{ … }
#define INVPCID_TYPE_INDIV_ADDR …
#define INVPCID_TYPE_SINGLE_CTXT …
#define INVPCID_TYPE_ALL_INCL_GLOBAL …
#define INVPCID_TYPE_ALL_NON_GLOBAL …
static inline void invpcid_flush_one(unsigned long pcid,
unsigned long addr)
{ … }
static inline void invpcid_flush_single_context(unsigned long pcid)
{ … }
static inline void invpcid_flush_all(void)
{ … }
static inline void invpcid_flush_all_nonglobals(void)
{ … }
#endif