Searched refs:MSR_TYPE_RW (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 718 svm_set_intercept_for_msr(vcpu, MSR_IA32_LASTBRANCHFROMIP, MSR_TYPE_RW, intercept); in svm_recalc_lbr_msr_intercepts() 719 svm_set_intercept_for_msr(vcpu, MSR_IA32_LASTBRANCHTOIP, MSR_TYPE_RW, intercept); in svm_recalc_lbr_msr_intercepts() 720 svm_set_intercept_for_msr(vcpu, MSR_IA32_LASTINTFROMIP, MSR_TYPE_RW, intercept); in svm_recalc_lbr_msr_intercepts() 721 svm_set_intercept_for_msr(vcpu, MSR_IA32_LASTINTTOIP, MSR_TYPE_RW, intercept); in svm_recalc_lbr_msr_intercepts() 724 svm_set_intercept_for_msr(vcpu, MSR_IA32_DEBUGCTLMSR, MSR_TYPE_RW, intercept); in svm_recalc_lbr_msr_intercepts() 746 MSR_TYPE_RW, intercept); in svm_recalc_pmu_msr_intercepts() 751 MSR_TYPE_RW, intercept); in svm_recalc_pmu_msr_intercepts() 755 MSR_TYPE_RW); in svm_recalc_pmu_msr_intercepts() 759 MSR_TYPE_RW, intercept); in svm_recalc_pmu_msr_intercepts() 761 MSR_TYPE_RW, intercept); in svm_recalc_pmu_msr_intercepts() [all …]
|
| H A D | sev.c | 4557 svm_disable_intercept_for_msr(vcpu, MSR_AMD64_SEV_ES_GHCB, MSR_TYPE_RW); in sev_es_recalc_msr_intercepts() 4558 svm_disable_intercept_for_msr(vcpu, MSR_EFER, MSR_TYPE_RW); in sev_es_recalc_msr_intercepts() 4559 svm_disable_intercept_for_msr(vcpu, MSR_IA32_CR_PAT, MSR_TYPE_RW); in sev_es_recalc_msr_intercepts() 4562 svm_set_intercept_for_msr(vcpu, MSR_TSC_AUX, MSR_TYPE_RW, in sev_es_recalc_msr_intercepts() 4581 svm_set_intercept_for_msr(vcpu, MSR_IA32_XSS, MSR_TYPE_RW, in sev_es_recalc_msr_intercepts()
|
| H A D | avic.c | 156 MSR_TYPE_RW, intercept); in avic_set_x2apic_msr_interception()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 2368 MSR_TYPE_RW); in vmx_set_msr() 2461 MSR_TYPE_RW); in vmx_set_msr() 4259 vmx_set_intercept_for_msr(vcpu, X2APIC_MSR(APIC_TASKPRI), MSR_TYPE_RW, in vmx_update_msr_bitmap_x2apic() 4263 vmx_enable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_TMCCT), MSR_TYPE_RW); in vmx_update_msr_bitmap_x2apic() 4267 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_ICR), MSR_TYPE_RW); in vmx_update_msr_bitmap_x2apic() 4277 vmx_set_intercept_for_msr(vcpu, MSR_IA32_RTIT_STATUS, MSR_TYPE_RW, flag); in pt_update_intercept_for_msr() 4278 vmx_set_intercept_for_msr(vcpu, MSR_IA32_RTIT_OUTPUT_BASE, MSR_TYPE_RW, flag); in pt_update_intercept_for_msr() 4279 vmx_set_intercept_for_msr(vcpu, MSR_IA32_RTIT_OUTPUT_MASK, MSR_TYPE_RW, flag); in pt_update_intercept_for_msr() 4280 vmx_set_intercept_for_msr(vcpu, MSR_IA32_RTIT_CR3_MATCH, MSR_TYPE_RW, flag); in pt_update_intercept_for_msr() 4282 vmx_set_intercept_for_msr(vcpu, MSR_IA32_RTIT_ADDR0_A + i * 2, MSR_TYPE_RW, flag); in pt_update_intercept_for_msr() [all …]
|
| H A D | nested.c | 635 nested_vmx_merge_msr_bitmaps(msr, MSR_TYPE_RW) 763 MSR_IA32_U_CET, MSR_TYPE_RW); in nested_vmx_prepare_msr_bitmap() 766 MSR_IA32_S_CET, MSR_TYPE_RW); in nested_vmx_prepare_msr_bitmap() 769 MSR_IA32_PL0_SSP, MSR_TYPE_RW); in nested_vmx_prepare_msr_bitmap() 772 MSR_IA32_PL1_SSP, MSR_TYPE_RW); in nested_vmx_prepare_msr_bitmap() 775 MSR_IA32_PL2_SSP, MSR_TYPE_RW); in nested_vmx_prepare_msr_bitmap() 778 MSR_IA32_PL3_SSP, MSR_TYPE_RW); in nested_vmx_prepare_msr_bitmap()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.h | 662 MSR_TYPE_RW = MSR_TYPE_R | MSR_TYPE_W, enumerator
|