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

/linux-master/arch/x86/kernel/
H A Dsev_verify_cbit.S39 andq $(~X86_CR4_PGE), %rdx
/linux-master/arch/x86/mm/
H A Dmem_encrypt_boot.S103 andq $~X86_CR4_PGE, %rdx
105 orq $X86_CR4_PGE, %rdx
H A Dinit.c245 cr4_set_bits_and_update_boot(X86_CR4_PGE);
/linux-master/arch/x86/power/
H A Dhibernate_asm_64.S35 andq $~(X86_CR4_PGE), %rdx
126 andq $~(X86_CR4_PGE), %rcx
H A Dhibernate_asm_32.S56 andl $~(X86_CR4_PGE), %ecx
/linux-master/arch/x86/kvm/
H A Dkvm_cache_regs.h10 | X86_CR4_OSXMMEXCPT | X86_CR4_PGE | X86_CR4_TSD | X86_CR4_FSGSBASE)
13 #define X86_CR4_TLBFLUSH_BITS (X86_CR4_PGE | X86_CR4_PCIDE | X86_CR4_PAE | X86_CR4_SMEP)
14 #define X86_CR4_PDPTR_BITS (X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_SMEP)
H A Dx86.c1175 if (((cr4 ^ old_cr4) & X86_CR4_PGE) ||
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dcyrix.c144 __write_cr4(cr4 & ~X86_CR4_PGE);
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dset_sregs_test.c50 X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE | X86_CR4_PGE |
/linux-master/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h110 #define X86_CR4_PGE _BITUL(X86_CR4_PGE_BIT) macro
/linux-master/arch/x86/include/asm/
H A Dtlbflush.h424 native_write_cr4(cr4 ^ X86_CR4_PGE);
H A Dkvm_host.h133 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
/linux-master/arch/x86/kernel/cpu/
H A Dcacheinfo.c1082 __write_cr4(saved_cr4 & ~X86_CR4_PGE);
/linux-master/arch/x86/xen/
H A Denlighten_pv.c1019 cr4 &= ~(X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PCE);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h46 #define X86_CR4_PGE (1ul << 7) macro
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c1920 if (npt_enabled && ((old_cr4 ^ cr4) & X86_CR4_PGE))
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c7698 cr4_fixed1_update(X86_CR4_PGE, edx, feature_bit(PGE));

Completed in 583 milliseconds