Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dsmm_test.c153 vcpu_set_msr(vcpu, MSR_IA32_SMBASE, SMRAM_GPA); in main()
/Linux-v6.6/tools/arch/x86/include/asm/
Dmsr-index.h798 #define MSR_IA32_SMBASE 0x0000009e macro
/Linux-v6.6/arch/x86/include/asm/
Dmsr-index.h803 #define MSR_IA32_SMBASE 0x0000009e macro
/Linux-v6.6/arch/x86/kvm/
Dx86.c1536 MSR_IA32_SMBASE,
3770 case MSR_IA32_SMBASE: in kvm_set_msr_common()
4169 case MSR_IA32_SMBASE: in kvm_get_msr_common()
4569 r = static_call(kvm_x86_has_emulated_msr)(kvm, MSR_IA32_SMBASE); in kvm_vm_ioctl_check_extension()
/Linux-v6.6/arch/x86/kvm/svm/
Dsvm.c4301 case MSR_IA32_SMBASE: in svm_has_emulated_msr()
/Linux-v6.6/arch/x86/kvm/vmx/
Dnested.c883 if (CC(e->index == MSR_IA32_SMBASE) || /* SMM is not supported */ in nested_vmx_store_msr_check()
Dvmx.c6998 case MSR_IA32_SMBASE: in vmx_has_emulated_msr()