Home
last modified time | relevance | path

Searched refs:MSR_TYPE_W (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.h21 #define MSR_TYPE_W 2 macro
H A Dnested.c528 if (type & MSR_TYPE_W && in nested_vmx_disable_intercept_for_msr()
540 if (type & MSR_TYPE_W && in nested_vmx_disable_intercept_for_msr()
607 MSR_TYPE_R | MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()
613 MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()
617 MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()
650 MSR_TYPE_R | MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()
656 MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()
H A Dvmx.c2184 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_PRED_CMD, MSR_TYPE_W); in vmx_set_msr()
3848 if (type & MSR_TYPE_W) in vmx_disable_intercept_for_msr()
3859 if ((type & MSR_TYPE_W) && in vmx_disable_intercept_for_msr()
3862 type &= ~MSR_TYPE_W; in vmx_disable_intercept_for_msr()
3868 if (type & MSR_TYPE_W) in vmx_disable_intercept_for_msr()
3893 if (type & MSR_TYPE_W) in vmx_enable_intercept_for_msr()
3901 if (type & MSR_TYPE_W) in vmx_enable_intercept_for_msr()
3962 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic()
3963 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic()
4034 vmx_set_intercept_for_msr(vcpu, msr, MSR_TYPE_W, writ in vmx_msr_filter_changed()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.h20 #define MSR_TYPE_W 2 macro
H A Dvmx.c3986 if (type & MSR_TYPE_W) in vmx_disable_intercept_for_msr()
3997 if ((type & MSR_TYPE_W) && in vmx_disable_intercept_for_msr()
4000 type &= ~MSR_TYPE_W; in vmx_disable_intercept_for_msr()
4006 if (type & MSR_TYPE_W) in vmx_disable_intercept_for_msr()
4030 if (type & MSR_TYPE_W) in vmx_enable_intercept_for_msr()
4038 if (type & MSR_TYPE_W) in vmx_enable_intercept_for_msr()
4095 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic()
4096 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic()
4158 vmx_disable_intercept_for_msr(vcpu, msr, MSR_TYPE_W); in vmx_msr_filter_changed()
7815 vmx_set_intercept_for_msr(vcpu, MSR_IA32_PRED_CMD, MSR_TYPE_W, in vmx_vcpu_after_set_cpuid()
[all...]
H A Dnested.c520 if (type & MSR_TYPE_W && !vmx_test_msr_bitmap_write(msr_bitmap_l1, msr)) in nested_vmx_disable_intercept_for_x2apic_msr()
559 if (types & MSR_TYPE_W) in nested_vmx_set_intercept_for_msr()
626 MSR_TYPE_R | MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()
632 MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()
636 MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()
658 MSR_IA32_PRED_CMD, MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()
661 MSR_IA32_FLUSH_CMD, MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()

Completed in 32 milliseconds