Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/vmx/
Dvmx.h430 void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, u32 msr, int type);
442 vmx_disable_intercept_for_msr(vcpu, msr, type); in vmx_set_intercept_for_msr()
Dvmx.c2081 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_XFD, in vmx_set_msr()
2182 vmx_disable_intercept_for_msr(vcpu, in vmx_set_msr()
2218 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_PRED_CMD, MSR_TYPE_W); in vmx_set_msr()
3849 void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, u32 msr, int type) in vmx_disable_intercept_for_msr() function
3976 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic()
3977 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic()
3979 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_ICR), MSR_TYPE_RW); in vmx_update_msr_bitmap_x2apic()
4036 vmx_disable_intercept_for_msr(vcpu, msr, MSR_TYPE_R); in vmx_msr_filter_changed()
4039 vmx_disable_intercept_for_msr(vcpu, msr, MSR_TYPE_W); in vmx_msr_filter_changed()
7336 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R); in vmx_vcpu_create()
[all …]