Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
A Dmem_encrypt_boot.S100 andq $~X86_CR4_PGE, %rdx
102 orq $X86_CR4_PGE, %rdx
A Dtlb.c1173 native_write_cr4(cr4 ^ X86_CR4_PGE); in native_flush_tlb_global()
A Dinit.c235 cr4_set_bits_and_update_boot(X86_CR4_PGE); in probe_page_size_mask()
/linux/arch/x86/power/
A Dhibernate_asm_64.S35 andq $~(X86_CR4_PGE), %rdx
126 andq $~(X86_CR4_PGE), %rcx
A Dhibernate_asm_32.S56 andl $~(X86_CR4_PGE), %ecx
/linux/arch/x86/kernel/
A Dsev_verify_cbit.S39 andq $(~X86_CR4_PGE), %rdx
A Dhead_64.S144 movl $(X86_CR4_PAE | X86_CR4_PGE), %ecx
/linux/arch/x86/include/uapi/asm/
A Dprocessor-flags.h106 #define X86_CR4_PGE _BITUL(X86_CR4_PGE_BIT) macro
/linux/tools/testing/selftests/kvm/x86_64/
A Dset_sregs_test.c57 X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE | X86_CR4_PGE | in calc_cr4_feature_bits()
/linux/arch/x86/kernel/cpu/mtrr/
A Dcyrix.c144 __write_cr4(cr4 & ~X86_CR4_PGE); in prepare_set()
A Dgeneric.c758 __write_cr4(cr4 & ~X86_CR4_PGE); in prepare_set()
/linux/arch/x86/kvm/
A Dkvm_cache_regs.h10 | X86_CR4_OSXMMEXCPT | X86_CR4_PGE | X86_CR4_TSD | X86_CR4_FSGSBASE)
A Dx86.c1046 else if ((cr4 ^ old_cr4) & X86_CR4_PGE) in kvm_post_set_cr4()
1054 unsigned long pdptr_bits = X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | in kvm_set_cr4()
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h27 #define X86_CR4_PGE (1ul << 7) macro
/linux/arch/x86/xen/
A Denlighten_pv.c907 cr4 &= ~(X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PCE); in xen_write_cr4()
/linux/arch/x86/include/asm/
A Dkvm_host.h114 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
/linux/arch/x86/kvm/vmx/
A Dvmx.c4043 vcpu->arch.cr4_guest_owned_bits &= ~X86_CR4_PGE; in set_cr4_guest_host_mask()
7062 cr4_fixed1_update(X86_CR4_PGE, edx, feature_bit(PGE)); in nested_vmx_cr_fixed1_bits_update()
/linux/arch/x86/kvm/svm/
A Dsvm.c1850 if (npt_enabled && ((old_cr4 ^ cr4) & X86_CR4_PGE)) in svm_set_cr4()

Completed in 62 milliseconds