Searched refs:pcid_enabled (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dx86.c13617 bool pcid_enabled; local
13634 pcid_enabled = kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE);
13642 if ((!pcid_enabled && (operand.pcid != 0)) ||
13651 if (!pcid_enabled && (operand.pcid != 0)) {

Completed in 212 milliseconds