Home
last modified time | relevance | path

Searched refs:msr_write_intercepted (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/svm/
H A Dsvm.c674 static bool msr_write_intercepted(struct vcpu_svm *svm, u32 msr) in msr_write_intercepted() function
2810 !msr_write_intercepted(to_svm(vcpu), msr_info->index); in sev_es_prevent_msr_access()
4490 if (!msr_write_intercepted(svm, MSR_IA32_SPEC_CTRL)) in svm_vcpu_run()
4639 if (!msr_write_intercepted(svm, MSR_AMD64_PERF_CNTR_GLOBAL_CTL)) in svm_vcpu_run()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c970 static bool msr_write_intercepted(struct vcpu_vmx *vmx, u32 msr) in msr_write_intercepted() function
990 if (!msr_write_intercepted(vmx, MSR_IA32_SPEC_CTRL)) in __vmx_vcpu_enter_flags()
7388 if (msr_write_intercepted(vmx, MSR_CORE_PERF_GLOBAL_CTRL)) in vmx_refresh_guest_perf_global_control()