Home
last modified time | relevance | path

Searched refs:X86_CR4_PCIDE (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dset_sregs_test.c64 cr4 |= X86_CR4_PCIDE; in calc_supported_cr4_feature_bits()
107 TEST_INVALID_CR_BIT(vcpu, cr4, sregs, X86_CR4_PCIDE); in test_cr_bits()
/linux/arch/x86/kvm/
H A Dsmm.c427 if (cr4 & X86_CR4_PCIDE) { in rsm_enter_protected_mode()
441 bad = kvm_set_cr4(vcpu, cr4 & ~X86_CR4_PCIDE); in rsm_enter_protected_mode()
449 if (cr4 & X86_CR4_PCIDE) { in rsm_enter_protected_mode()
604 if (cr4 & X86_CR4_PCIDE) in emulator_leave_smm()
605 kvm_set_cr4(vcpu, cr4 & ~X86_CR4_PCIDE); in emulator_leave_smm()
H A Dkvm_cache_regs.h14 #define X86_CR4_TLBFLUSH_BITS (X86_CR4_PGE | X86_CR4_PCIDE | X86_CR4_PAE | X86_CR4_SMEP)
H A Dmmu.h130 return kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE) in kvm_get_pcid()
H A Dx86.c1196 (is_64_bit_mode(vcpu) || kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE))) in kvm_set_cr0()
1345 (cr4 & X86_CR4_PCIDE) && !(old_cr4 & X86_CR4_PCIDE)) in kvm_post_set_cr4()
1357 (!(cr4 & X86_CR4_PCIDE) && (old_cr4 & X86_CR4_PCIDE))) in kvm_post_set_cr4()
1390 if ((cr4 & X86_CR4_PCIDE) && !(old_cr4 & X86_CR4_PCIDE)) { in kvm_set_cr4()
1440 if (!kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE)) in kvm_invalidate_pcid()
1455 if (kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE)) { in kvm_set_cr3()
14299 pcid_enabled = kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE); in kvm_handle_invpcid()
/linux/arch/x86/realmode/
H A Dinit.c31 cr4_clear_bits(X86_CR4_PCIDE); in load_trampoline_pgtable()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h59 #define X86_CR4_PCIDE (1ul << 17) macro
/linux/arch/x86/include/asm/
H A Dkvm_host.h142 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
/linux/arch/x86/kernel/cpu/
H A Dcommon.c523 cr4 |= X86_CR4_PCIDE; in cr4_init()
/linux/arch/x86/kvm/vmx/
H A Dnested.c3183 CC(vmcs12->host_cr4 & X86_CR4_PCIDE) || in nested_vmx_check_host_state()
H A Dvmx.c7894 cr4_fixed1_update(X86_CR4_PCIDE, ecx, feature_bit(PCID)); in nested_vmx_cr_fixed1_bits_update()