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 | 1909 wrmsrl(MSR_CSTAR, (unsigned long)entry_SYSCALL_compat); in syscall_init() 1921 wrmsrl(MSR_CSTAR, (unsigned long)ignore_sysret); in syscall_init()
|
/arch/x86/xen/ |
D | enlighten_pv.c | 950 case MSR_CSTAR: in xen_write_msr_safe()
|
/arch/x86/kvm/svm/ |
D | svm.c | 103 { .index = MSR_CSTAR, .always = true }, 2712 case MSR_CSTAR: in svm_get_msr() 2923 case MSR_CSTAR: in svm_set_msr()
|
/arch/x86/kvm/ |
D | x86.c | 1348 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, 1729 case MSR_CSTAR: in __kvm_set_msr()
|
D | emulate.c | 2767 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
|
/arch/x86/kvm/vmx/ |
D | vmx.c | 7899 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR, in vmx_setup_user_return_msrs()
|