Home
last modified time | relevance | path

Searched refs:X86_CR4_PCIDE (Results 1 – 16 of 16) 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.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/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h128 #define X86_CR4_PCIDE _BITUL(X86_CR4_PCIDE_BIT) macro
/linux/arch/x86/mm/
H A Dtlb.c1100 !(cr4_read_shadow() & X86_CR4_PCIDE)); in initialize_tlbstate_and_flush()
1636 cpu_pcide = this_cpu_read(cpu_tlbstate.cr4) & X86_CR4_PCIDE; in native_flush_tlb_one_user()
H A Dinit.c307 cr4_set_bits(X86_CR4_PCIDE); in setup_pcid()
/linux/arch/x86/kernel/
H A Dsetup.c1144 mmu_cr4_features = __read_cr4() & ~X86_CR4_PCIDE; in setup_arch()
/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()