Searched refs:__invpcid (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | invpcid.h | 5 static inline void __invpcid(unsigned long pcid, unsigned long addr, in __invpcid() function 32 __invpcid(pcid, addr, INVPCID_TYPE_INDIV_ADDR); in invpcid_flush_one() 38 __invpcid(pcid, 0, INVPCID_TYPE_SINGLE_CTXT); in invpcid_flush_single_context() 44 __invpcid(0, 0, INVPCID_TYPE_ALL_INCL_GLOBAL); in invpcid_flush_all() 50 __invpcid(0, 0, INVPCID_TYPE_ALL_NON_GLOBAL); in invpcid_flush_all_nonglobals()
|