Searched refs:MSR_TYPE_W (Results 1 – 3 of 3) sorted by relevance
/arch/x86/kvm/vmx/ |
D | vmx.h | 19 #define MSR_TYPE_W 2 macro
|
D | vmx.c | 2174 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_PRED_CMD, MSR_TYPE_W); in vmx_set_msr() 3836 if (type & MSR_TYPE_W) in vmx_disable_intercept_for_msr() 3847 if ((type & MSR_TYPE_W) && in vmx_disable_intercept_for_msr() 3850 type &= ~MSR_TYPE_W; in vmx_disable_intercept_for_msr() 3856 if (type & MSR_TYPE_W) in vmx_disable_intercept_for_msr() 3880 if (type & MSR_TYPE_W) in vmx_enable_intercept_for_msr() 3888 if (type & MSR_TYPE_W) in vmx_enable_intercept_for_msr() 3943 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic() 3944 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic() 4000 vmx_set_intercept_for_msr(vcpu, msr, MSR_TYPE_W, write); in vmx_msr_filter_changed()
|
D | nested.c | 547 if (type & MSR_TYPE_W && in nested_vmx_disable_intercept_for_msr() 559 if (type & MSR_TYPE_W && in nested_vmx_disable_intercept_for_msr() 602 if (types & MSR_TYPE_W) in BUILD_NVMX_MSR_INTERCEPT_HELPER() 655 MSR_TYPE_R | MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap() 661 MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap() 665 MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap() 687 MSR_IA32_PRED_CMD, MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()
|