Searched refs:vmx_disable_intercept_for_msr (Results 1 – 1 of 1) sorted by relevance
/arch/x86/kvm/ |
D | vmx.c | 925 static void __always_inline vmx_disable_intercept_for_msr(unsigned long *msr_bitmap, 3164 vmx_disable_intercept_for_msr(vmx->vmcs01.msr_bitmap, in vmx_set_msr() 3192 vmx_disable_intercept_for_msr(vmx->vmcs01.msr_bitmap, MSR_IA32_PRED_CMD, in vmx_set_msr() 4692 static void __always_inline vmx_disable_intercept_for_msr(unsigned long *msr_bitmap, in vmx_disable_intercept_for_msr() function 4768 vmx_disable_intercept_for_msr(msr_bitmap, msr, type); in vmx_set_intercept_for_msr() 4853 vmx_disable_intercept_for_msr(msr_bitmap, X2APIC_MSR(APIC_TASKPRI), MSR_TYPE_RW); in vmx_update_msr_bitmap_x2apic() 4856 vmx_disable_intercept_for_msr(msr_bitmap, X2APIC_MSR(APIC_EOI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic() 4857 vmx_disable_intercept_for_msr(msr_bitmap, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic() 9215 vmx_disable_intercept_for_msr(msr_bitmap, MSR_FS_BASE, MSR_TYPE_RW); in vmx_create_vcpu() 9216 vmx_disable_intercept_for_msr(msr_bitmap, MSR_GS_BASE, MSR_TYPE_RW); in vmx_create_vcpu() [all …]
|