Home
last modified time | relevance | path

Searched refs:X86_CR4_PGE (Results 1 – 16 of 16) sorted by relevance

/linux/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.c1360 if (((cr4 ^ old_cr4) & X86_CR4_PGE) || in kvm_post_set_cr4()
/linux/arch/x86/mm/
H A Dmem_encrypt_boot.S103 andq $~X86_CR4_PGE, %rdx
105 orq $X86_CR4_PGE, %rdx
/linux/arch/x86/kernel/acpi/
H A Dmadt_playdead.S19 andq $~(X86_CR4_PGE), %rdx
/linux/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/arch/x86/kernel/
H A Dsev_verify_cbit.S39 andq $(~X86_CR4_PGE), %rdx
/linux/arch/x86/kernel/cpu/mtrr/
H A Dcyrix.c144 __write_cr4(cr4 & ~X86_CR4_PGE); in prepare_set()
/linux/tools/testing/selftests/kvm/x86_64/
H A Dset_sregs_test.c49 X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE | X86_CR4_PGE | in calc_supported_cr4_feature_bits()
/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h110 #define X86_CR4_PGE _BITUL(X86_CR4_PGE_BIT) macro
/linux/arch/x86/include/asm/
H A Dtlbflush.h423 native_write_cr4(cr4 ^ X86_CR4_PGE); in __native_tlb_flush_global()
H A Dkvm_host.h135 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c1082 __write_cr4(saved_cr4 & ~X86_CR4_PGE); in cache_disable()
/linux/arch/x86/xen/
H A Denlighten_pv.c1015 cr4 &= ~(X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PCE); in xen_write_cr4()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h46 #define X86_CR4_PGE (1ul << 7) macro
/linux/arch/x86/kvm/svm/
H A Dsvm.c1922 if (npt_enabled && ((old_cr4 ^ cr4) & X86_CR4_PGE)) in svm_set_cr4()