Home
last modified time | relevance | path

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

/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.h706 __reserved_bits |= X86_CR4_PCIDE; \
H A Dx86.c1194 (is_64_bit_mode(vcpu) || kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE))) in kvm_set_cr0()
1343 (cr4 & X86_CR4_PCIDE) && !(old_cr4 & X86_CR4_PCIDE)) in kvm_post_set_cr4()
1355 (!(cr4 & X86_CR4_PCIDE) && (old_cr4 & X86_CR4_PCIDE))) in kvm_post_set_cr4()
1388 if ((cr4 & X86_CR4_PCIDE) && !(old_cr4 & X86_CR4_PCIDE)) { in kvm_set_cr4()
1438 if (!kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE)) in kvm_invalidate_pcid()
1453 if (kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE)) { in kvm_set_cr3()
14183 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.h57 #define X86_CR4_PCIDE (1ul << 17) macro
/linux/arch/x86/include/asm/
H A Dkvm_host.h141 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
/linux/arch/x86/kernel/cpu/
H A Dcommon.c520 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.c7984 cr4_fixed1_update(X86_CR4_PCIDE, ecx, feature_bit(PCID)); in nested_vmx_cr_fixed1_bits_update()