Searched refs:vmx_disable_intercept_for_msr (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/vmx/ | 
| D | vmx.c | 346 static __always_inline void vmx_disable_intercept_for_msr(unsigned long *msr_bitmap, 2000 		vmx_disable_intercept_for_msr(vmx->vmcs01.msr_bitmap,  in vmx_set_msr() 2028 		vmx_disable_intercept_for_msr(vmx->vmcs01.msr_bitmap, MSR_IA32_PRED_CMD,  in vmx_set_msr() 3593 static __always_inline void vmx_disable_intercept_for_msr(unsigned long *msr_bitmap,  in vmx_disable_intercept_for_msr()  function 3675 		vmx_disable_intercept_for_msr(msr_bitmap, msr, type);  in vmx_set_intercept_for_msr() 3709 		vmx_disable_intercept_for_msr(msr_bitmap, X2APIC_MSR(APIC_TASKPRI), MSR_TYPE_RW);  in vmx_update_msr_bitmap_x2apic() 3712 			vmx_disable_intercept_for_msr(msr_bitmap, X2APIC_MSR(APIC_EOI), MSR_TYPE_W);  in vmx_update_msr_bitmap_x2apic() 3713 			vmx_disable_intercept_for_msr(msr_bitmap, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W);  in vmx_update_msr_bitmap_x2apic() 6760 	vmx_disable_intercept_for_msr(msr_bitmap, MSR_IA32_TSC, MSR_TYPE_R);  in vmx_create_vcpu() 6761 	vmx_disable_intercept_for_msr(msr_bitmap, MSR_FS_BASE, MSR_TYPE_RW);  in vmx_create_vcpu() [all …] 
 |