Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/kvm/x86_64/
Dsmm_test.c154 vcpu_set_msr(vcpu, MSR_IA32_SMBASE, SMRAM_GPA); in main()
/linux-6.1.9/tools/arch/x86/include/asm/
Dmsr-index.h759 #define MSR_IA32_SMBASE 0x0000009e macro
/linux-6.1.9/arch/x86/include/asm/
Dmsr-index.h779 #define MSR_IA32_SMBASE 0x0000009e macro
/linux-6.1.9/arch/x86/kvm/
Dx86.c1506 MSR_IA32_SMBASE,
3653 case MSR_IA32_SMBASE: in kvm_set_msr_common()
4069 case MSR_IA32_SMBASE: in kvm_get_msr_common()
4452 r = static_call(kvm_x86_has_emulated_msr)(kvm, MSR_IA32_SMBASE); in kvm_vm_ioctl_check_extension()
/linux-6.1.9/arch/x86/kvm/svm/
Dsvm.c4104 case MSR_IA32_SMBASE: in svm_has_emulated_msr()
/linux-6.1.9/arch/x86/kvm/vmx/
Dnested.c869 if (CC(e->index == MSR_IA32_SMBASE) || /* SMM is not supported */ in nested_vmx_store_msr_check()
Dvmx.c6843 case MSR_IA32_SMBASE: in vmx_has_emulated_msr()