Searched refs:__invpcid (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | invpcid.h | 5 static inline void __invpcid(unsigned long pcid, unsigned long addr, in __invpcid() function 29 __invpcid(pcid, addr, INVPCID_TYPE_INDIV_ADDR); in invpcid_flush_one() 35 __invpcid(pcid, 0, INVPCID_TYPE_SINGLE_CTXT); in invpcid_flush_single_context() 41 __invpcid(0, 0, INVPCID_TYPE_ALL_INCL_GLOBAL); in invpcid_flush_all() 47 __invpcid(0, 0, INVPCID_TYPE_ALL_NON_GLOBAL); in invpcid_flush_all_nonglobals()
|