Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.c3780 static __always_inline void vmx_set_intercept_for_msr(struct kvm_vcpu *vcpu, in vmx_set_intercept_for_msr() function
3832 vmx_set_intercept_for_msr(vcpu, X2APIC_MSR(APIC_TASKPRI), MSR_TYPE_RW, in vmx_update_msr_bitmap_x2apic()
3863 vmx_set_intercept_for_msr(vcpu, MSR_IA32_RTIT_STATUS, MSR_TYPE_RW, flag); in pt_update_intercept_for_msr()
3864 vmx_set_intercept_for_msr(vcpu, MSR_IA32_RTIT_OUTPUT_BASE, MSR_TYPE_RW, flag); in pt_update_intercept_for_msr()
3865 vmx_set_intercept_for_msr(vcpu, MSR_IA32_RTIT_OUTPUT_MASK, MSR_TYPE_RW, flag); in pt_update_intercept_for_msr()
3866 vmx_set_intercept_for_msr(vcpu, MSR_IA32_RTIT_CR3_MATCH, MSR_TYPE_RW, flag); in pt_update_intercept_for_msr()
3868 vmx_set_intercept_for_msr(vcpu, MSR_IA32_RTIT_ADDR0_A + i * 2, MSR_TYPE_RW, flag); in pt_update_intercept_for_msr()
3869 vmx_set_intercept_for_msr(vcpu, MSR_IA32_RTIT_ADDR0_B + i * 2, MSR_TYPE_RW, flag); in pt_update_intercept_for_msr()
3908 vmx_set_intercept_for_msr(vcpu, msr, MSR_TYPE_R, read); in vmx_msr_filter_changed()
3909 vmx_set_intercept_for_msr(vcpu, msr, MSR_TYPE_W, write); in vmx_msr_filter_changed()