Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmsr-index.h9 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
/arch/x86/kernel/cpu/
Dcommon.c1074 wrmsrl(MSR_LSTAR, system_call); in syscall_init()
/arch/x86/xen/
Denlighten.c995 case MSR_LSTAR: in xen_write_msr_safe()
/arch/x86/kvm/
Dsvm.c75 MSR_STAR, MSR_LSTAR, MSR_CSTAR, MSR_SYSCALL_MASK, MSR_KERNEL_GS_BASE,
169 { .index = MSR_LSTAR, .always = true },
3042 case MSR_LSTAR: in svm_get_msr()
3155 case MSR_LSTAR: in svm_set_msr()
Dvmx.c679 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR,
1742 index = __find_msr_index(vmx, MSR_LSTAR); in setup_msrs()
Demulate.c2010 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
Dx86.c800 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR,