Searched refs:MSR_CSTAR (Results 1 – 7 of 7) sorted by relevance
/arch/x86/include/asm/ |
D | msr-index.h | 13 #define MSR_CSTAR 0xc0000083 /* compat mode SYSCALL target */ macro
|
/arch/x86/xen/ |
D | enlighten_pv.c | 1068 case MSR_CSTAR: in xen_do_write_msr()
|
/arch/x86/kvm/svm/ |
D | svm.c | 96 { .index = MSR_CSTAR, .always = true }, 2869 case MSR_CSTAR: in svm_get_msr() 3090 case MSR_CSTAR: in svm_set_msr()
|
/arch/x86/kernel/cpu/ |
D | common.c | 2115 wrmsrl(MSR_CSTAR, val); in wrmsrl_cstar()
|
/arch/x86/kvm/ |
D | x86.c | 1453 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, 1852 case MSR_CSTAR: in __kvm_set_msr()
|
D | emulate.c | 2438 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
|
/arch/x86/kvm/vmx/ |
D | vmx.c | 8420 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR, in vmx_setup_user_return_msrs()
|