Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmsr-index.h14 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
/arch/x86/kernel/cpu/
Dcommon.c1468 wrmsrl(MSR_LSTAR, (unsigned long)entry_SYSCALL_64); in syscall_init()
/arch/x86/xen/
Denlighten.c1091 case MSR_LSTAR: in xen_write_msr_safe()
/arch/x86/kvm/
Dsvm.c121 MSR_STAR, MSR_LSTAR, MSR_CSTAR, MSR_SYSCALL_MASK, MSR_KERNEL_GS_BASE,
250 { .index = MSR_LSTAR, .always = true },
3493 case MSR_LSTAR: in svm_get_msr()
3691 case MSR_LSTAR: in svm_set_msr()
Dx86.c974 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR,
1075 case MSR_LSTAR: in kvm_set_msr()
Dvmx.c1006 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR,
2608 index = __find_msr_index(vmx, MSR_LSTAR); in setup_msrs()
Demulate.c2745 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()