Searched refs:vmx_disable_intercept_for_msr (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx.h | 417 void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, u32 msr, int type); 429 vmx_disable_intercept_for_msr(vcpu, msr, type); in vmx_set_intercept_for_msr()
|
H A D | vmx.c | 2206 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_XFD, in vmx_set_msr() 2305 vmx_disable_intercept_for_msr(vcpu, in vmx_set_msr() 3966 void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, u32 msr, int type) in vmx_disable_intercept_for_msr() function 4095 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic() 4096 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic() 4098 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_ICR), MSR_TYPE_RW); in vmx_update_msr_bitmap_x2apic() 4155 vmx_disable_intercept_for_msr(vcpu, msr, MSR_TYPE_R); in vmx_msr_filter_changed() 4158 vmx_disable_intercept_for_msr(vcpu, msr, MSR_TYPE_W); in vmx_msr_filter_changed() 7513 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R); in vmx_vcpu_create() 7515 vmx_disable_intercept_for_msr(vcp in vmx_vcpu_create() [all...] |
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmx.c | 423 static __always_inline void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, 2148 vmx_disable_intercept_for_msr(vcpu, in vmx_set_msr() 2184 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_PRED_CMD, MSR_TYPE_W); in vmx_set_msr() 3827 static __always_inline void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, in vmx_disable_intercept_for_msr() function 3911 vmx_disable_intercept_for_msr(vcpu, msr, type); in vmx_set_intercept_for_msr() 3962 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic() 3963 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic() 7078 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R); in vmx_create_vcpu() 7080 vmx_disable_intercept_for_msr(vcpu, MSR_FS_BASE, MSR_TYPE_RW); in vmx_create_vcpu() 7081 vmx_disable_intercept_for_msr(vcp in vmx_create_vcpu() [all...] |
Completed in 22 milliseconds