Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/uapi/asm/
Dprocessor-flags.h100 #define X86_CR4_PSE _BITUL(X86_CR4_PSE_BIT) macro
/Linux-v4.19/arch/x86/kvm/
Dx86.h134 return kvm_read_cr4_bits(vcpu, X86_CR4_PSE); in is_pse()
Dvmx.c5400 hw_cr4 |= X86_CR4_PSE; in vmx_set_cr4()
11237 cr4_fixed1_update(X86_CR4_PSE, edx, bit(X86_FEATURE_PSE)); in nested_vmx_cr_fixed1_bits_update()
Dx86.c790 unsigned long pdptr_bits = X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | in kvm_set_cr4()
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h22 #define X86_CR4_PSE (1ul << 4) macro
/Linux-v4.19/arch/x86/mm/
Dinit.c187 cr4_set_bits_and_update_boot(X86_CR4_PSE); in probe_page_size_mask()
/Linux-v4.19/arch/x86/xen/
Denlighten_pv.c877 cr4 &= ~(X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PCE); in xen_write_cr4()
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h89 | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \