Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kvm/vmx/
Dvmx.h421 void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, u32 msr, int type);
435 vmx_disable_intercept_for_msr(vcpu, msr, type); in vmx_set_intercept_for_msr()
Dvmx.c2236 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_XFD, in vmx_set_msr()
2335 vmx_disable_intercept_for_msr(vcpu, in vmx_set_msr()
4004 void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, u32 msr, int type) in vmx_disable_intercept_for_msr() function
4129 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic()
4130 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic()
4132 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_ICR), MSR_TYPE_RW); in vmx_update_msr_bitmap_x2apic()
4172 vmx_disable_intercept_for_msr(vcpu, msr, MSR_TYPE_R); in vmx_msr_filter_changed()
4175 vmx_disable_intercept_for_msr(vcpu, msr, MSR_TYPE_W); in vmx_msr_filter_changed()
7581 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R); in vmx_vcpu_create()
7583 vmx_disable_intercept_for_msr(vcpu, MSR_FS_BASE, MSR_TYPE_RW); in vmx_vcpu_create()
[all …]