Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kvm/vmx/
Dvmx.c3823 if (type & MSR_TYPE_R) in vmx_disable_intercept_for_msr()
3830 if ((type & MSR_TYPE_R) && in vmx_disable_intercept_for_msr()
3833 type &= ~MSR_TYPE_R; in vmx_disable_intercept_for_msr()
3842 if (type & MSR_TYPE_R) in vmx_disable_intercept_for_msr()
3867 if (type & MSR_TYPE_R) in vmx_enable_intercept_for_msr()
3874 if (type & MSR_TYPE_R) in vmx_enable_intercept_for_msr()
3988 vmx_set_intercept_for_msr(vcpu, msr, MSR_TYPE_R, read); in vmx_msr_filter_changed()
7138 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R); in vmx_vcpu_create()
7148 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C1_RES, MSR_TYPE_R); in vmx_vcpu_create()
7149 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C3_RESIDENCY, MSR_TYPE_R); in vmx_vcpu_create()
[all …]
Dvmx.h18 #define MSR_TYPE_R 1 macro
Dnested.c544 if (type & MSR_TYPE_R && !vmx_test_msr_bitmap_read(msr_bitmap_l1, msr)) in nested_vmx_disable_intercept_for_x2apic_msr()
583 if (types & MSR_TYPE_R) in BUILD_NVMX_MSR_INTERCEPT_HELPER()
653 MSR_TYPE_R | MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()