Searched refs:MSR_LSTAR (Results 1 – 7 of 7) sorted by relevance
/arch/x86/include/asm/ |
D | msr-index.h | 9 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
|
/arch/x86/kernel/cpu/ |
D | common.c | 1074 wrmsrl(MSR_LSTAR, system_call); in syscall_init()
|
/arch/x86/xen/ |
D | enlighten.c | 995 case MSR_LSTAR: in xen_write_msr_safe()
|
/arch/x86/kvm/ |
D | svm.c | 75 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()
|
D | vmx.c | 679 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR, 1742 index = __find_msr_index(vmx, MSR_LSTAR); in setup_msrs()
|
D | emulate.c | 2010 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
|
D | x86.c | 800 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR,
|