X86_CR4_PCIDE      90 arch/x86/include/asm/kvm_host.h 			  | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
X86_CR4_PCIDE     416 arch/x86/kernel/cpu/common.c 		cr4 |= X86_CR4_PCIDE;
X86_CR4_PCIDE     125 arch/x86/kernel/reboot.c 		cr4_clear_bits(X86_CR4_PCIDE);
X86_CR4_PCIDE    1167 arch/x86/kernel/setup.c 	mmu_cr4_features = __read_cr4() & ~X86_CR4_PCIDE;
X86_CR4_PCIDE    2454 arch/x86/kvm/emulate.c 	if (cr4 & X86_CR4_PCIDE) {
X86_CR4_PCIDE    2468 arch/x86/kvm/emulate.c 	bad = ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PCIDE);
X86_CR4_PCIDE    2476 arch/x86/kvm/emulate.c 	if (cr4 & X86_CR4_PCIDE) {
X86_CR4_PCIDE    2643 arch/x86/kvm/emulate.c 		if (cr4 & X86_CR4_PCIDE)
X86_CR4_PCIDE    2644 arch/x86/kvm/emulate.c 			ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PCIDE);
X86_CR4_PCIDE    4282 arch/x86/kvm/emulate.c 			if (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_PCIDE)
X86_CR4_PCIDE      88 arch/x86/kvm/mmu.h 	return kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE)
X86_CR4_PCIDE    2691 arch/x86/kvm/vmx/nested.c 		    CC(vmcs12->host_cr4 & X86_CR4_PCIDE) ||
X86_CR4_PCIDE    5429 arch/x86/kvm/vmx/vmx.c 	pcid_enabled = kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE);
X86_CR4_PCIDE    6964 arch/x86/kvm/vmx/vmx.c 	cr4_fixed1_update(X86_CR4_PCIDE,      ecx, bit(X86_FEATURE_PCID));
X86_CR4_PCIDE     798 arch/x86/kvm/x86.c 	if (!(cr0 & X86_CR0_PG) && kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE))
X86_CR4_PCIDE     989 arch/x86/kvm/x86.c 	if ((cr4 & X86_CR4_PCIDE) && !(old_cr4 & X86_CR4_PCIDE)) {
X86_CR4_PCIDE    1002 arch/x86/kvm/x86.c 	    (!(cr4 & X86_CR4_PCIDE) && (old_cr4 & X86_CR4_PCIDE)))
X86_CR4_PCIDE    1016 arch/x86/kvm/x86.c 	bool pcid_enabled = kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE);
X86_CR4_PCIDE     233 arch/x86/mm/init.c 		cr4_set_bits(X86_CR4_PCIDE);
X86_CR4_PCIDE     498 arch/x86/mm/tlb.c 		!(cr4_read_shadow() & X86_CR4_PCIDE));