Home
last modified time | relevance | path

Searched refs:MSR_IA32_SMBASE (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/tools/testing/selftests/kvm/x86_64/
Dsmm_test.c155 vcpu_set_msr(vm, VCPU_ID, MSR_IA32_SMBASE, SMRAM_GPA); in main()
/linux-5.19.10/tools/arch/x86/include/asm/
Dmsr-index.h742 #define MSR_IA32_SMBASE 0x0000009e macro
/linux-5.19.10/arch/x86/include/asm/
Dmsr-index.h742 #define MSR_IA32_SMBASE 0x0000009e macro
/linux-5.19.10/arch/x86/kvm/
Dx86.c1504 MSR_IA32_SMBASE,
3600 case MSR_IA32_SMBASE: in kvm_set_msr_common()
3984 case MSR_IA32_SMBASE: in kvm_get_msr_common()
4364 r = static_call(kvm_x86_has_emulated_msr)(kvm, MSR_IA32_SMBASE); in kvm_vm_ioctl_check_extension()
/linux-5.19.10/arch/x86/kvm/svm/
Dsvm.c4013 case MSR_IA32_SMBASE: in svm_has_emulated_msr()
/linux-5.19.10/arch/x86/kvm/vmx/
Dnested.c907 if (CC(e->index == MSR_IA32_SMBASE) || /* SMM is not supported */ in nested_vmx_store_msr_check()
Dvmx.c6653 case MSR_IA32_SMBASE: in vmx_has_emulated_msr()