Home
last modified time | relevance | path

Searched refs:X86_CR4_PSE (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/x86/include/uapi/asm/
Dprocessor-flags.h96 #define X86_CR4_PSE _BITUL(X86_CR4_PSE_BIT) macro
/linux-4.1.27/arch/x86/kvm/
Dx86.h72 return kvm_read_cr4_bits(vcpu, X86_CR4_PSE); in is_pse()
Dx86.c704 unsigned long pdptr_bits = X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | in kvm_set_cr4()
Dvmx.c3671 hw_cr4 |= X86_CR4_PSE; in vmx_set_cr4()
/linux-4.1.27/arch/x86/mm/
Dinit.c162 cr4_set_bits_and_update_boot(X86_CR4_PSE); in probe_page_size_mask()
/linux-4.1.27/arch/x86/xen/
Denlighten.c1018 cr4 &= ~X86_CR4_PSE; in xen_write_cr4()
1473 cr4_set_bits_and_update_boot(X86_CR4_PSE); in xen_pvh_set_cr_flags()
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h55 | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \