Searched refs:msrpm (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/kvm/svm/ |
| A D | svm.c | 652 u32 *msrpm; in msr_write_intercepted() local 654 msrpm = is_guest_mode(vcpu) ? to_svm(vcpu)->nested.msrpm: in msr_write_intercepted() 655 to_svm(vcpu)->msrpm; in msr_write_intercepted() 659 tmp = msrpm[offset]; in msr_write_intercepted() 689 tmp = msrpm[offset]; in set_msr_interception_bitmap() 696 msrpm[offset] = tmp; in set_msr_interception_bitmap() 713 u32 *msrpm; in svm_vcpu_alloc_msrpm() local 718 msrpm = page_address(pages); in svm_vcpu_alloc_msrpm() 721 return msrpm; in svm_vcpu_alloc_msrpm() 736 void svm_vcpu_free_msrpm(u32 *msrpm) in svm_vcpu_free_msrpm() argument [all …]
|
| A D | svm.h | 116 u32 *msrpm; member 168 u32 *msrpm; member 427 void svm_vcpu_init_msrpm(struct kvm_vcpu *vcpu, u32 *msrpm); 428 void svm_vcpu_free_msrpm(u32 *msrpm); 440 void set_msr_interception(struct kvm_vcpu *vcpu, u32 *msrpm, u32 msr,
|
| A D | nested.c | 222 svm->nested.msrpm[p] = svm->msrpm[p] | value; in nested_svm_vmrun_msrpm() 225 svm->vmcb->control.msrpm_base_pa = __sme_set(__pa(svm->nested.msrpm)); in nested_svm_vmrun_msrpm() 928 svm->nested.msrpm = svm_vcpu_alloc_msrpm(); in svm_allocate_nested() 929 if (!svm->nested.msrpm) in svm_allocate_nested() 931 svm_vcpu_init_msrpm(&svm->vcpu, svm->nested.msrpm); in svm_allocate_nested() 946 svm_vcpu_free_msrpm(svm->nested.msrpm); in svm_free_nested() 947 svm->nested.msrpm = NULL; in svm_free_nested()
|
| A D | sev.c | 2885 set_msr_interception(vcpu, svm->msrpm, MSR_EFER, 1, 1); in sev_es_init_vmcb() 2886 set_msr_interception(vcpu, svm->msrpm, MSR_IA32_CR_PAT, 1, 1); in sev_es_init_vmcb() 2887 set_msr_interception(vcpu, svm->msrpm, MSR_IA32_LASTBRANCHFROMIP, 1, 1); in sev_es_init_vmcb() 2888 set_msr_interception(vcpu, svm->msrpm, MSR_IA32_LASTBRANCHTOIP, 1, 1); in sev_es_init_vmcb() 2889 set_msr_interception(vcpu, svm->msrpm, MSR_IA32_LASTINTFROMIP, 1, 1); in sev_es_init_vmcb() 2890 set_msr_interception(vcpu, svm->msrpm, MSR_IA32_LASTINTTOIP, 1, 1); in sev_es_init_vmcb()
|
Completed in 21 milliseconds