Searched refs:X86_CR4_PSE (Results 1 - 11 of 11) sorted by last modified time

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dset_sregs_test.c49 X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE | X86_CR4_PGE |
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h38 #define X86_CR4_PSE (1ul << 4) macro
/linux-master/arch/x86/mm/
H A Dinit.c241 cr4_set_bits_and_update_boot(X86_CR4_PSE);
/linux-master/arch/x86/kvm/
H A Dx86.h197 return kvm_is_cr4_bit_set(vcpu, X86_CR4_PSE);
H A Dmmu.h39 #define KVM_MMU_CR4_ROLE_BITS (X86_CR4_PSE | X86_CR4_PAE | X86_CR4_LA57 | \
H A Dkvm_cache_regs.h14 #define X86_CR4_PDPTR_BITS (X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_SMEP)
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c3469 hw_cr4 |= X86_CR4_PSE;
7737 cr4_fixed1_update(X86_CR4_PSE, edx, feature_bit(PSE));
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c208 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pse, X86_CR4_PSE);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h132 | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \
/linux-master/arch/x86/xen/
H A Denlighten_pv.c1019 cr4 &= ~(X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PCE);
/linux-master/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h104 #define X86_CR4_PSE _BITUL(X86_CR4_PSE_BIT) macro

Completed in 245 milliseconds