Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dset_sregs_test.c64 cr4 |= X86_CR4_PCIDE; in calc_supported_cr4_feature_bits()
111 test_cr4_feature_bit(vcpu, &sregs, X86_CR4_PCIDE); in main()
/linux-6.3-rc2/arch/x86/kvm/
A Dsmm.c430 if (cr4 & X86_CR4_PCIDE) { in rsm_enter_protected_mode()
444 bad = kvm_set_cr4(vcpu, cr4 & ~X86_CR4_PCIDE); in rsm_enter_protected_mode()
452 if (cr4 & X86_CR4_PCIDE) { in rsm_enter_protected_mode()
603 if (cr4 & X86_CR4_PCIDE) in emulator_leave_smm()
604 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.h135 return kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE) in kvm_get_pcid()
A Dx86.h489 __reserved_bits |= X86_CR4_PCIDE; \
A Dx86.c968 (is_64_bit_mode(vcpu) || kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE))) in kvm_set_cr0()
1135 (cr4 & X86_CR4_PCIDE) && !(old_cr4 & X86_CR4_PCIDE)) in kvm_post_set_cr4()
1147 (!(cr4 & X86_CR4_PCIDE) && (old_cr4 & X86_CR4_PCIDE))) in kvm_post_set_cr4()
1180 if ((cr4 & X86_CR4_PCIDE) && !(old_cr4 & X86_CR4_PCIDE)) { in kvm_set_cr4()
1230 if (!kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE)) in kvm_invalidate_pcid()
1245 bool pcid_enabled = kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE); in kvm_set_cr3()
13259 pcid_enabled = kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE); in kvm_handle_invpcid()
/linux-6.3-rc2/arch/x86/realmode/
A Dinit.c30 cr4_clear_bits(X86_CR4_PCIDE); in load_trampoline_pgtable()
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dprocessor-flags.h124 #define X86_CR4_PCIDE _BITUL(X86_CR4_PCIDE_BIT) macro
/linux-6.3-rc2/arch/x86/mm/
A Dtlb.c700 !(cr4_read_shadow() & X86_CR4_PCIDE)); in initialize_tlbstate_and_flush()
A Dinit.c284 cr4_set_bits(X86_CR4_PCIDE); in setup_pcid()
/linux-6.3-rc2/arch/x86/kernel/
A Dsetup.c1178 mmu_cr4_features = __read_cr4() & ~X86_CR4_PCIDE; in setup_arch()
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h45 #define X86_CR4_PCIDE (1ul << 17) macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h125 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dcommon.c489 cr4 |= X86_CR4_PCIDE; in cr4_init()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dnested.c2937 CC(vmcs12->host_cr4 & X86_CR4_PCIDE) || in nested_vmx_check_host_state()
A Dvmx.c7622 cr4_fixed1_update(X86_CR4_PCIDE, ecx, feature_bit(PCID)); in nested_vmx_cr_fixed1_bits_update()

Completed in 81 milliseconds