Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/power/
Dhibernate_asm_64.S64 andq $~(X86_CR4_PGE), %rdx
116 andq $~(X86_CR4_PGE), %rdx
Dhibernate_asm_32.S36 andl $~(X86_CR4_PGE), %ecx
/linux-4.1.27/arch/x86/kvm/
Dkvm_cache_regs.h7 | X86_CR4_OSXMMEXCPT | X86_CR4_PGE)
Dsvm.c1596 if (npt_enabled && ((old_cr4 ^ cr4) & X86_CR4_PGE)) in svm_set_cr4()
Dx86.c704 unsigned long pdptr_bits = X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | in kvm_set_cr4()
Dvmx.c4532 vmx->vcpu.arch.cr4_guest_owned_bits |= X86_CR4_PGE; in set_cr4_guest_host_mask()
/linux-4.1.27/drivers/lguest/x86/
Dcore.c472 cr4_set_bits(X86_CR4_PGE); in adjust_pge()
474 cr4_clear_bits(X86_CR4_PGE); in adjust_pge()
/linux-4.1.27/arch/x86/include/uapi/asm/
Dprocessor-flags.h102 #define X86_CR4_PGE _BITUL(X86_CR4_PGE_BIT) macro
/linux-4.1.27/arch/x86/include/asm/
Dtlbflush.h98 native_write_cr4(cr4 & ~X86_CR4_PGE); in __native_flush_tlb_global_irq_disabled()
Dkvm_host.h56 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
Dcyrix.c142 __write_cr4(cr4 & ~X86_CR4_PGE); in prepare_set()
Dgeneric.c682 __write_cr4(cr4 & ~X86_CR4_PGE); in prepare_set()
/linux-4.1.27/arch/x86/kernel/
Dhead_64.S187 movl $(X86_CR4_PAE | X86_CR4_PGE), %ecx
/linux-4.1.27/arch/x86/mm/
Dinit.c166 cr4_set_bits_and_update_boot(X86_CR4_PGE); in probe_page_size_mask()
/linux-4.1.27/arch/x86/xen/
Denlighten.c1017 cr4 &= ~X86_CR4_PGE; in xen_write_cr4()
1476 cr4_set_bits_and_update_boot(X86_CR4_PGE); in xen_pvh_set_cr_flags()