Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmsr-index.h17 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
/arch/x86/xen/
Denlighten_pv.c951 case MSR_LSTAR: in xen_write_msr_safe()
/arch/x86/kvm/svm/
Dsvm.c102 { .index = MSR_LSTAR, .always = true },
2709 case MSR_LSTAR: in svm_get_msr()
2920 case MSR_LSTAR: in svm_set_msr()
/arch/x86/kernel/cpu/
Dcommon.c1906 wrmsrl(MSR_LSTAR, (unsigned long)entry_SYSCALL_64); in syscall_init()
/arch/x86/kvm/vmx/
Dvmx.c1753 vmx_setup_uret_msr(vmx, MSR_LSTAR, load_syscall_msrs); in vmx_setup_uret_msrs()
7883 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR, in vmx_setup_user_return_msrs()
/arch/x86/kvm/
Dx86.c1348 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR,
1730 case MSR_LSTAR: in __kvm_set_msr()
Demulate.c2767 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()