Searched refs:X86_CR4_PCIDE (Results 1 – 16 of 16) 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.h | 706 __reserved_bits |= X86_CR4_PCIDE; \
|
| H A D | x86.c | 1194 (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 D | init.c | 31 cr4_clear_bits(X86_CR4_PCIDE); in load_trampoline_pgtable()
|
| /linux/arch/x86/include/uapi/asm/ ! |
| H A D | processor-flags.h | 128 #define X86_CR4_PCIDE _BITUL(X86_CR4_PCIDE_BIT) macro
|
| /linux/arch/x86/mm/ ! |
| H A D | tlb.c | 1100 !(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 D | init.c | 307 cr4_set_bits(X86_CR4_PCIDE); in setup_pcid()
|
| /linux/arch/x86/kernel/ ! |
| H A D | setup.c | 1144 mmu_cr4_features = __read_cr4() & ~X86_CR4_PCIDE; in setup_arch()
|
| /linux/tools/testing/selftests/kvm/include/x86/ ! |
| H A D | processor.h | 57 #define X86_CR4_PCIDE (1ul << 17) macro
|
| /linux/arch/x86/include/asm/ ! |
| H A D | kvm_host.h | 141 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
|
| /linux/arch/x86/kernel/cpu/ ! |
| H A D | common.c | 520 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 | 7984 cr4_fixed1_update(X86_CR4_PCIDE, ecx, feature_bit(PCID)); in nested_vmx_cr_fixed1_bits_update()
|