Home
last modified time | relevance | path

Searched refs:MSR_TYPE_R (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c3988 if (type & MSR_TYPE_R) in vmx_disable_intercept_for_msr()
3995 if ((type & MSR_TYPE_R) && in vmx_disable_intercept_for_msr()
3998 type &= ~MSR_TYPE_R; in vmx_disable_intercept_for_msr()
4007 if (type & MSR_TYPE_R) in vmx_disable_intercept_for_msr()
4032 if (type & MSR_TYPE_R) in vmx_enable_intercept_for_msr()
4039 if (type & MSR_TYPE_R) in vmx_enable_intercept_for_msr()
4159 vmx_disable_intercept_for_msr(vcpu, msr, MSR_TYPE_R); in vmx_msr_filter_changed()
7522 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R); in vmx_vcpu_create()
7532 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C1_RES, MSR_TYPE_R); in vmx_vcpu_create()
7533 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C3_RESIDENCY, MSR_TYPE_R); in vmx_vcpu_create()
[all …]
H A Dvmx.h19 #define MSR_TYPE_R 1 macro
H A Dnested.c518 if (type & MSR_TYPE_R && !vmx_test_msr_bitmap_read(msr_bitmap_l1, msr)) in nested_vmx_disable_intercept_for_x2apic_msr()
557 if (types & MSR_TYPE_R) in BUILD_NVMX_MSR_INTERCEPT_HELPER()
627 MSR_TYPE_R | MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()