Searched refs:vmx_disable_intercept_for_msr (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/kvm/ |
D | vmx.c | 1286 static void __always_inline vmx_disable_intercept_for_msr(unsigned long *msr_bitmap, 4227 vmx_disable_intercept_for_msr(vmx->vmcs01.msr_bitmap, in vmx_set_msr() 4255 vmx_disable_intercept_for_msr(vmx->vmcs01.msr_bitmap, MSR_IA32_PRED_CMD, in vmx_set_msr() 5926 static void __always_inline vmx_disable_intercept_for_msr(unsigned long *msr_bitmap, in vmx_disable_intercept_for_msr() function 6008 vmx_disable_intercept_for_msr(msr_bitmap, msr, type); in vmx_set_intercept_for_msr() 6085 vmx_disable_intercept_for_msr(msr_bitmap, X2APIC_MSR(APIC_TASKPRI), MSR_TYPE_RW); in vmx_update_msr_bitmap_x2apic() 6088 vmx_disable_intercept_for_msr(msr_bitmap, X2APIC_MSR(APIC_EOI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic() 6089 vmx_disable_intercept_for_msr(msr_bitmap, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic() 11034 vmx_disable_intercept_for_msr(msr_bitmap, MSR_FS_BASE, MSR_TYPE_RW); in vmx_create_vcpu() 11035 vmx_disable_intercept_for_msr(msr_bitmap, MSR_GS_BASE, MSR_TYPE_RW); in vmx_create_vcpu() [all …]
|