Searched refs:MSR_CSTAR (Results 1 – 7 of 7) sorted by relevance
/arch/x86/include/asm/ |
D | msr-index.h | 18 #define MSR_CSTAR 0xc0000083 /* compat mode SYSCALL target */ macro
|
/arch/x86/kernel/cpu/ |
D | common.c | 1540 wrmsrl(MSR_CSTAR, (unsigned long)entry_SYSCALL_compat); in syscall_init() 1551 wrmsrl(MSR_CSTAR, (unsigned long)ignore_sysret); in syscall_init()
|
/arch/x86/xen/ |
D | enlighten_pv.c | 933 case MSR_CSTAR: in xen_write_msr_safe()
|
/arch/x86/kvm/ |
D | svm.c | 122 MSR_STAR, MSR_LSTAR, MSR_CSTAR, MSR_SYSCALL_MASK, MSR_KERNEL_GS_BASE, 260 { .index = MSR_CSTAR, .always = true }, 3672 case MSR_CSTAR: in svm_get_msr() 3889 case MSR_CSTAR: in svm_set_msr()
|
D | x86.c | 1021 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, 1231 case MSR_CSTAR: in kvm_set_msr()
|
D | vmx.c | 1183 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR, 2818 index = __find_msr_index(vmx, MSR_CSTAR); in setup_msrs()
|
D | emulate.c | 2764 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
|