Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c798 static bool msr_write_intercepted(struct kvm_vcpu *vcpu, u32 msr) in msr_write_intercepted() function
2919 !msr_write_intercepted(vcpu, msr_info->index); in sev_es_prevent_msr_access()
4326 bool spec_ctrl_intercepted = msr_write_intercepted(vcpu, MSR_IA32_SPEC_CTRL); in svm_vcpu_run()
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c935 static bool msr_write_intercepted(struct vcpu_vmx *vmx, u32 msr) in msr_write_intercepted() function
955 if (!msr_write_intercepted(vmx, MSR_IA32_SPEC_CTRL)) in __vmx_vcpu_run_flags()