Searched refs:MSR_TYPE_R (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx.c | 3984 if (type & MSR_TYPE_R) in vmx_disable_intercept_for_msr() 3991 if ((type & MSR_TYPE_R) && in vmx_disable_intercept_for_msr() 3994 type &= ~MSR_TYPE_R; in vmx_disable_intercept_for_msr() 4003 if (type & MSR_TYPE_R) in vmx_disable_intercept_for_msr() 4028 if (type & MSR_TYPE_R) in vmx_enable_intercept_for_msr() 4035 if (type & MSR_TYPE_R) in vmx_enable_intercept_for_msr() 4155 vmx_disable_intercept_for_msr(vcpu, msr, MSR_TYPE_R); in vmx_msr_filter_changed() 7513 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R); in vmx_vcpu_create() 7523 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C1_RES, MSR_TYPE_R); in vmx_vcpu_create() 7524 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C3_RESIDENCY, MSR_TYPE_R); in vmx_vcpu_create() [all...] |
H A D | vmx.h | 19 #define MSR_TYPE_R 1 macro
|
H A D | nested.c | 517 if (type & MSR_TYPE_R && !vmx_test_msr_bitmap_read(msr_bitmap_l1, msr)) in nested_vmx_disable_intercept_for_x2apic_msr() 556 if (types & MSR_TYPE_R) in nested_vmx_set_intercept_for_msr() 626 MSR_TYPE_R | MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmx.h | 20 #define MSR_TYPE_R 1 macro
|
H A D | vmx.c | 3846 if (type & MSR_TYPE_R) in vmx_disable_intercept_for_msr() 3853 if ((type & MSR_TYPE_R) && in vmx_disable_intercept_for_msr() 3856 type &= ~MSR_TYPE_R; in vmx_disable_intercept_for_msr() 3865 if (type & MSR_TYPE_R) in vmx_disable_intercept_for_msr() 3891 if (type & MSR_TYPE_R) in vmx_enable_intercept_for_msr() 3898 if (type & MSR_TYPE_R) in vmx_enable_intercept_for_msr() 4033 vmx_set_intercept_for_msr(vcpu, msr, MSR_TYPE_R, read); in vmx_msr_filter_changed() 7078 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R); in vmx_create_vcpu() 7088 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C1_RES, MSR_TYPE_R); in vmx_create_vcpu() 7089 vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C3_RESIDENCY, MSR_TYPE_R); in vmx_create_vcpu() [all...] |
H A D | nested.c | 523 if (type & MSR_TYPE_R && in nested_vmx_disable_intercept_for_msr() 535 if (type & MSR_TYPE_R && in nested_vmx_disable_intercept_for_msr() 607 MSR_TYPE_R | MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap() 650 MSR_TYPE_R | MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()
|
Completed in 34 milliseconds