Searched refs:MSR_TYPE_R (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/kvm/vmx/ |
A D | vmx.c | 3709 if (type & MSR_TYPE_R) in vmx_disable_intercept_for_msr() 3716 if ((type & MSR_TYPE_R) && in vmx_disable_intercept_for_msr() 3719 type &= ~MSR_TYPE_R; in vmx_disable_intercept_for_msr() 3728 if (type & MSR_TYPE_R) in vmx_disable_intercept_for_msr() 3754 if (type & MSR_TYPE_R) in vmx_enable_intercept_for_msr() 3761 if (type & MSR_TYPE_R) in vmx_enable_intercept_for_msr() 3875 vmx_set_intercept_for_msr(vcpu, msr, MSR_TYPE_R, read); in vmx_msr_filter_changed() 6871 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R); in vmx_create_vcpu() 6881 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C1_RES, MSR_TYPE_R); in vmx_create_vcpu() 6882 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C3_RESIDENCY, MSR_TYPE_R); in vmx_create_vcpu() [all …]
|
A D | vmx.h | 17 #define MSR_TYPE_R 1 macro
|
A D | nested.c | 536 if (type & MSR_TYPE_R && !vmx_test_msr_bitmap_read(msr_bitmap_l1, msr)) in nested_vmx_disable_intercept_for_x2apic_msr() 575 if (types & MSR_TYPE_R) in BUILD_NVMX_MSR_INTERCEPT_HELPER() 631 MSR_TYPE_R | MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()
|
Completed in 27 milliseconds