Searched refs:MSR_LSTAR (Results 1 – 7 of 7) sorted by relevance
/arch/x86/include/asm/ |
D | msr-index.h | 17 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
|
/arch/x86/xen/ |
D | enlighten_pv.c | 951 case MSR_LSTAR: in xen_write_msr_safe()
|
/arch/x86/kvm/svm/ |
D | svm.c | 102 { .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/ |
D | common.c | 1906 wrmsrl(MSR_LSTAR, (unsigned long)entry_SYSCALL_64); in syscall_init()
|
/arch/x86/kvm/vmx/ |
D | vmx.c | 1753 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/ |
D | x86.c | 1348 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, 1730 case MSR_LSTAR: in __kvm_set_msr()
|
D | emulate.c | 2767 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
|