Searched refs:MSR_LSTAR (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | msr-index.h | 9 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | common.c | 1210 wrmsrl(MSR_LSTAR, system_call); in syscall_init()
|
/linux-4.1.27/arch/x86/kvm/ |
D | svm.c | 84 MSR_STAR, MSR_LSTAR, MSR_CSTAR, MSR_SYSCALL_MASK, MSR_KERNEL_GS_BASE, 178 { .index = MSR_LSTAR, .always = true }, 3087 case MSR_LSTAR: in svm_get_msr() 3202 case MSR_LSTAR: in svm_set_msr()
|
D | x86.c | 939 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, 1021 case MSR_LSTAR: in kvm_set_msr()
|
D | vmx.c | 900 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR, 2221 index = __find_msr_index(vmx, MSR_LSTAR); in setup_msrs()
|
D | emulate.c | 2388 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
|
/linux-4.1.27/arch/x86/xen/ |
D | enlighten.c | 1073 case MSR_LSTAR: in xen_write_msr_safe()
|