Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
H A Dmem_encrypt_boot.S103 andq $~X86_CR4_PGE, %rdx
105 orq $X86_CR4_PGE, %rdx
H A Dinit.c246 cr4_set_bits_and_update_boot(X86_CR4_PGE); in probe_page_size_mask()
/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/acpi/
H A Dmadt_playdead.S19 andq $~(X86_CR4_PGE), %rdx
/linux/arch/x86/kernel/
H A Dsev_verify_cbit.S39 andq $(~X86_CR4_PGE), %rdx
H A Drelocate_kernel_64.S79 andq $~(X86_CR4_PGE), %r12
/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.c
/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h110 #define X86_CR4_PGE _BITUL(X86_CR4_PGE_BIT) macro
/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c1081 __write_cr4(saved_cr4 & ~X86_CR4_PGE); in cache_disable()
/linux/arch/x86/xen/
H A Denlighten_pv.c1016 cr4 &= ~(X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PCE); in xen_write_cr4()
/linux/arch/x86/include/asm/
H A Dkvm_host.h136 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
/linux/arch/x86/kvm/vmx/
H A Dvmx.c7739 cr4_fixed1_update(X86_CR4_PGE, edx, feature_bit(PGE)); in nested_vmx_cr_fixed1_bits_update()
/linux/arch/x86/kvm/
H A Dx86.c1315 if (((cr4 ^ old_cr4) & X86_CR4_PGE) || in kvm_post_set_cr4()