X86_CR4_PGE       135 arch/x86/kernel/cpu/mtrr/cyrix.c 		write_cr4(cr4 & ~X86_CR4_PGE);
X86_CR4_PGE       520 arch/x86/kernel/cpu/mtrr/generic.c 		write_cr4(cr4 & ~X86_CR4_PGE);
X86_CR4_PGE        24 arch/x86/kernel/cpu/mtrr/state.c 			write_cr4(ctxt->cr4val & ~X86_CR4_PGE);
X86_CR4_PGE       884 arch/x86/kvm/svm.c 	if (npt_enabled && ((old_cr4 ^ cr4) & X86_CR4_PGE))
X86_CR4_PGE        43 arch/x86/kvm/x86.c 			  | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR	\
X86_CR4_PGE       857 arch/x86/mm/init_32.c 		set_in_cr4(X86_CR4_PGE);
X86_CR4_PGE       719 arch/x86/xen/enlighten.c 	cr4 &= ~X86_CR4_PGE;
X86_CR4_PGE        45 include/asm-x86/kvm_host.h 	(X86_CR4_VME | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_PGE | X86_CR4_VMXE)
X86_CR4_PGE        37 include/asm-x86/tlbflush.h 	write_cr4(cr4 & ~X86_CR4_PGE);