Searched refs:X86_CR4_PCIDE (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | set_sregs_test.c | 64 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 D | smm.c | 427 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 D | kvm_cache_regs.h | 14 #define X86_CR4_TLBFLUSH_BITS (X86_CR4_PGE | X86_CR4_PCIDE | X86_CR4_PAE | X86_CR4_SMEP)
|
| H A D | mmu.h | 130 return kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE) in kvm_get_pcid()
|
| H A D | x86.c | 1196 (is_64_bit_mode(vcpu) || kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE))) in kvm_set_cr0() 1345 (cr4 & X86_CR4_PCIDE) && !(old_cr4 & X86_CR4_PCIDE)) in kvm_post_set_cr4() 1357 (!(cr4 & X86_CR4_PCIDE) && (old_cr4 & X86_CR4_PCIDE))) in kvm_post_set_cr4() 1390 if ((cr4 & X86_CR4_PCIDE) && !(old_cr4 & X86_CR4_PCIDE)) { in kvm_set_cr4() 1440 if (!kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE)) in kvm_invalidate_pcid() 1455 if (kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE)) { in kvm_set_cr3() 14299 pcid_enabled = kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE); in kvm_handle_invpcid()
|
| /linux/arch/x86/realmode/ |
| H A D | init.c | 31 cr4_clear_bits(X86_CR4_PCIDE); in load_trampoline_pgtable()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 59 #define X86_CR4_PCIDE (1ul << 17) macro
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 142 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 523 cr4 |= X86_CR4_PCIDE; in cr4_init()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 3183 CC(vmcs12->host_cr4 & X86_CR4_PCIDE) || in nested_vmx_check_host_state()
|
| H A D | vmx.c | 7894 cr4_fixed1_update(X86_CR4_PCIDE, ecx, feature_bit(PCID)); in nested_vmx_cr_fixed1_bits_update()
|