Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c3864 if (type & MSR_TYPE_R) in vmx_disable_intercept_for_msr()
3871 if ((type & MSR_TYPE_R) && in vmx_disable_intercept_for_msr()
3874 type &= ~MSR_TYPE_R; in vmx_disable_intercept_for_msr()
3883 if (type & MSR_TYPE_R) in vmx_disable_intercept_for_msr()
3908 if (type & MSR_TYPE_R) in vmx_enable_intercept_for_msr()
3915 if (type & MSR_TYPE_R) in vmx_enable_intercept_for_msr()
4033 vmx_disable_intercept_for_msr(vcpu, msr, MSR_TYPE_R); in vmx_msr_filter_changed()
7333 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R); in vmx_vcpu_create()
7343 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C1_RES, MSR_TYPE_R); in vmx_vcpu_create()
7344 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C3_RESIDENCY, MSR_TYPE_R); in vmx_vcpu_create()
[all …]
Dvmx.h19 #define MSR_TYPE_R 1 macro
Dnested.c506 if (type & MSR_TYPE_R && !vmx_test_msr_bitmap_read(msr_bitmap_l1, msr)) in nested_vmx_disable_intercept_for_x2apic_msr()
545 if (types & MSR_TYPE_R) in BUILD_NVMX_MSR_INTERCEPT_HELPER()
615 MSR_TYPE_R | MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()