X86_CR0_PE         83 arch/x86/include/asm/kvm_host.h 	(~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \
X86_CR0_PE        162 arch/x86/include/uapi/asm/processor-flags.h #define CR0_STATE	(X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | \
X86_CR0_PE       2655 arch/x86/kvm/emulate.c 	if (cr0 & X86_CR0_PE)
X86_CR0_PE       2656 arch/x86/kvm/emulate.c 		ctxt->ops->set_cr(ctxt, 0, cr0 & ~(X86_CR0_PG | X86_CR0_PE));
X86_CR0_PE       4253 arch/x86/kvm/emulate.c 		if (((new_val & X86_CR0_PG) && !(new_val & X86_CR0_PE)) ||
X86_CR0_PE       3459 arch/x86/kvm/svm.c 	svm_set_cr0(&svm->vcpu, hsave->save.cr0 | X86_CR0_PE);
X86_CR0_PE       6154 arch/x86/kvm/svm.c 			if (cr0 & X86_CR0_PE)
X86_CR0_PE       6155 arch/x86/kvm/svm.c 				val |= X86_CR0_PE;
X86_CR0_PE       2601 arch/x86/kvm/vmx/nested.c 		bool prot_mode = !urg || vmcs12->guest_cr0 & X86_CR0_PE;
X86_CR0_PE       6009 arch/x86/kvm/vmx/nested.c #define VMXON_CR0_ALWAYSON     (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE)
X86_CR0_PE        269 arch/x86/kvm/vmx/nested.h 		fixed0 &= ~(X86_CR0_PE | X86_CR0_PG);
X86_CR0_PE        133 arch/x86/kvm/vmx/vmx.c 	 X86_CR0_WP | X86_CR0_PG | X86_CR0_PE)
X86_CR0_PE       2919 arch/x86/kvm/vmx/vmx.c 		if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE))
X86_CR0_PE       2922 arch/x86/kvm/vmx/vmx.c 		if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE))
X86_CR0_PE        778 arch/x86/kvm/x86.c 	if ((cr0 & X86_CR0_PG) && !(cr0 & X86_CR0_PE))
X86_CR0_PE       7890 arch/x86/kvm/x86.c 	cr0 = vcpu->arch.cr0 & ~(X86_CR0_PE | X86_CR0_EM | X86_CR0_TS | X86_CR0_PG);
X86_CR0_PE         81 arch/x86/kvm/x86.h 	return kvm_read_cr0_bits(vcpu, X86_CR0_PE);
X86_CR0_PE        625 tools/testing/selftests/kvm/lib/x86_64/processor.c 		sregs.cr0 = X86_CR0_PE | X86_CR0_NE | X86_CR0_PG;