Searched refs:pcid (Results 1 – 2 of 2) sorted by relevance
/arch/x86/include/asm/ |
D | tlbflush.h | 12 static inline void __invpcid(unsigned long pcid, unsigned long addr, in __invpcid() argument 15 struct { u64 d[2]; } desc = { { pcid, addr } }; in __invpcid() 36 static inline void invpcid_flush_one(unsigned long pcid, in invpcid_flush_one() argument 39 __invpcid(pcid, addr, INVPCID_TYPE_INDIV_ADDR); in invpcid_flush_one() 43 static inline void invpcid_flush_single_context(unsigned long pcid) in invpcid_flush_single_context() argument 45 __invpcid(pcid, 0, INVPCID_TYPE_SINGLE_CTXT); in invpcid_flush_single_context()
|
/arch/x86/kvm/ |
D | emulate.c | 2400 u64 pcid; in rsm_enter_protected_mode() local 2403 pcid = 0; in rsm_enter_protected_mode() 2405 pcid = cr3 & 0xfff; in rsm_enter_protected_mode() 2430 if (pcid) { in rsm_enter_protected_mode() 2431 bad = ctxt->ops->set_cr(ctxt, 3, cr3 | pcid); in rsm_enter_protected_mode()
|