Home
last modified time | relevance | path

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

/arch/x86/realmode/
Dinit.c30 cr4_clear_bits(X86_CR4_PCIDE); in load_trampoline_pgtable()
/arch/x86/include/uapi/asm/
Dprocessor-flags.h124 #define X86_CR4_PCIDE _BITUL(X86_CR4_PCIDE_BIT) macro
/arch/x86/kvm/
Dmmu.h97 return kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE) in kvm_get_pcid()
Dx86.h481 __reserved_bits |= X86_CR4_PCIDE; \
Demulate.c2397 if (cr4 & X86_CR4_PCIDE) { in rsm_enter_protected_mode()
2411 bad = ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PCIDE); in rsm_enter_protected_mode()
2419 if (cr4 & X86_CR4_PCIDE) { in rsm_enter_protected_mode()
2597 if (cr4 & X86_CR4_PCIDE) in em_rsm()
2598 ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PCIDE); in em_rsm()
Dx86.c942 if (!(cr0 & X86_CR0_PG) && kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE)) in kvm_set_cr0()
1082 (!(cr4 & X86_CR4_PCIDE) && (old_cr4 & X86_CR4_PCIDE))) in kvm_post_set_cr4()
1107 if ((cr4 & X86_CR4_PCIDE) && !(old_cr4 & X86_CR4_PCIDE)) { in kvm_set_cr4()
1164 bool pcid_enabled = kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE); in kvm_set_cr3()
12576 pcid_enabled = kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE); in kvm_handle_invpcid()
/arch/x86/mm/
Dtlb.c699 !(cr4_read_shadow() & X86_CR4_PCIDE)); in initialize_tlbstate_and_flush()
Dinit.c316 cr4_set_bits(X86_CR4_PCIDE); in setup_pcid()
/arch/x86/kernel/
Dsetup.c1097 mmu_cr4_features = __read_cr4() & ~X86_CR4_PCIDE; in setup_arch()
/arch/x86/include/asm/
Dkvm_host.h115 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
/arch/x86/kernel/cpu/
Dcommon.c436 cr4 |= X86_CR4_PCIDE; in cr4_init()
/arch/x86/kvm/vmx/
Dnested.c2910 CC(vmcs12->host_cr4 & X86_CR4_PCIDE) || in nested_vmx_check_host_state()
Dvmx.c7234 cr4_fixed1_update(X86_CR4_PCIDE, ecx, feature_bit(PCID)); in nested_vmx_cr_fixed1_bits_update()