Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/arch/x86/include/asm/
Dprocessor-flags.h58 #define X86_CR4_PGE 0x00000080 /* enable global pages */ macro
Dtlbflush.h37 native_write_cr4(cr4 & ~X86_CR4_PGE); in __native_flush_tlb_global()
Dkvm_host.h55 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR \
/linux-3.4.99/drivers/lguest/x86/
Dcore.c450 write_cr4(read_cr4() | X86_CR4_PGE); in adjust_pge()
452 write_cr4(read_cr4() & ~X86_CR4_PGE); in adjust_pge()
/linux-3.4.99/arch/x86/kvm/
Dkvm_cache_regs.h7 | X86_CR4_OSXMMEXCPT | X86_CR4_PGE)
Dsvm.c1600 if (npt_enabled && ((old_cr4 ^ cr4) & X86_CR4_PGE)) in svm_set_cr4()
Dx86.c583 unsigned long pdptr_bits = X86_CR4_PGE | X86_CR4_PSE | in kvm_set_cr4()
Dvmx.c3662 vmx->vcpu.arch.cr4_guest_owned_bits |= X86_CR4_PGE; in set_cr4_guest_host_mask()
/linux-3.4.99/arch/x86/kernel/cpu/mtrr/
Dcyrix.c142 write_cr4(cr4 & ~X86_CR4_PGE); in prepare_set()
Dgeneric.c685 write_cr4(cr4 & ~X86_CR4_PGE); in prepare_set()
/linux-3.4.99/arch/x86/mm/
Dinit.c166 set_in_cr4(X86_CR4_PGE); in init_memory_mapping()
/linux-3.4.99/arch/x86/kernel/
Dhead_64.S164 movl $(X86_CR4_PAE | X86_CR4_PGE), %eax
/linux-3.4.99/arch/x86/xen/
Denlighten.c956 cr4 &= ~X86_CR4_PGE; in xen_write_cr4()