Home
last modified time | relevance | path

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

/arch/x86/kvm/
A Dsmm.c423 if (cr4 & X86_CR4_PCIDE) { in rsm_enter_protected_mode()
437 bad = kvm_set_cr4(vcpu, cr4 & ~X86_CR4_PCIDE); in rsm_enter_protected_mode()
445 if (cr4 & X86_CR4_PCIDE) { in rsm_enter_protected_mode()
596 if (cr4 & X86_CR4_PCIDE) in emulator_leave_smm()
597 kvm_set_cr4(vcpu, cr4 & ~X86_CR4_PCIDE); in emulator_leave_smm()
A Dkvm_cache_regs.h13 #define X86_CR4_TLBFLUSH_BITS (X86_CR4_PGE | X86_CR4_PCIDE | X86_CR4_PAE | X86_CR4_SMEP)
A Dmmu.h130 return kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE) in kvm_get_pcid()
A Dx86.h668 __reserved_bits |= X86_CR4_PCIDE; \
A Dx86.c1167 (is_64_bit_mode(vcpu) || kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE))) in kvm_set_cr0()
1318 (cr4 & X86_CR4_PCIDE) && !(old_cr4 & X86_CR4_PCIDE)) in kvm_post_set_cr4()
1330 (!(cr4 & X86_CR4_PCIDE) && (old_cr4 & X86_CR4_PCIDE))) in kvm_post_set_cr4()
1363 if ((cr4 & X86_CR4_PCIDE) && !(old_cr4 & X86_CR4_PCIDE)) { in kvm_set_cr4()
1410 if (!kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE)) in kvm_invalidate_pcid()
1425 if (kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE)) { in kvm_set_cr3()
13634 pcid_enabled = kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE); in kvm_handle_invpcid()
/arch/x86/realmode/
A Dinit.c31 cr4_clear_bits(X86_CR4_PCIDE); in load_trampoline_pgtable()
/arch/x86/include/uapi/asm/
A Dprocessor-flags.h128 #define X86_CR4_PCIDE _BITUL(X86_CR4_PCIDE_BIT) macro
/arch/x86/mm/
A Dtlb.c1079 !(cr4_read_shadow() & X86_CR4_PCIDE)); in initialize_tlbstate_and_flush()
1615 cpu_pcide = this_cpu_read(cpu_tlbstate.cr4) & X86_CR4_PCIDE; in native_flush_tlb_one_user()
A Dinit.c307 cr4_set_bits(X86_CR4_PCIDE); in setup_pcid()
/arch/x86/kernel/
A Dsetup.c1142 mmu_cr4_features = __read_cr4() & ~X86_CR4_PCIDE; in setup_arch()
/arch/x86/include/asm/
A Dkvm_host.h141 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
/arch/x86/kernel/cpu/
A Dcommon.c477 cr4 |= X86_CR4_PCIDE; in cr4_init()
/arch/x86/kvm/vmx/
A Dnested.c3069 CC(vmcs12->host_cr4 & X86_CR4_PCIDE) || in nested_vmx_check_host_state()
A Dvmx.c7634 cr4_fixed1_update(X86_CR4_PCIDE, ecx, feature_bit(PCID)); in nested_vmx_cr_fixed1_bits_update()

Completed in 97 milliseconds