Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmsr-index.h700 #define MSR_IA32_SMBASE 0x0000009e macro
/arch/x86/kvm/
Dx86.c1308 MSR_IA32_SMBASE,
3230 case MSR_IA32_SMBASE: in kvm_set_msr_common()
3581 case MSR_IA32_SMBASE: in kvm_get_msr_common()
3896 r = kvm_x86_ops.has_emulated_msr(MSR_IA32_SMBASE); in kvm_vm_ioctl_check_extension()
/arch/x86/kvm/vmx/
Dnested.c873 if (CC(e->index == MSR_IA32_SMBASE) || /* SMM is not supported */ in nested_vmx_store_msr_check()
Dvmx.c6555 case MSR_IA32_SMBASE: in vmx_has_emulated_msr()