X86_CR4_PSE        89 arch/x86/include/asm/kvm_host.h 			  | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE     \
X86_CR4_PSE      3053 arch/x86/kvm/vmx/vmx.c 				hw_cr4 |= X86_CR4_PSE;
X86_CR4_PSE      6956 arch/x86/kvm/vmx/vmx.c 	cr4_fixed1_update(X86_CR4_PSE,        edx, bit(X86_FEATURE_PSE));
X86_CR4_PSE       974 arch/x86/kvm/x86.c 	unsigned long pdptr_bits = X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE |
X86_CR4_PSE       134 arch/x86/kvm/x86.h 	return kvm_read_cr4_bits(vcpu, X86_CR4_PSE);
X86_CR4_PSE       189 arch/x86/mm/init.c 		cr4_set_bits_and_update_boot(X86_CR4_PSE);
X86_CR4_PSE       884 arch/x86/xen/enlighten_pv.c 	cr4 &= ~(X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PCE);