Searched refs:MSR_CSTAR (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | msr-index.h | 10 #define MSR_CSTAR 0xc0000083 /* compat mode SYSCALL target */ macro
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | common.c | 1192 wrmsrl(MSR_CSTAR, (unsigned long)entry_SYSCALL_compat); in syscall_init() 1203 wrmsrl(MSR_CSTAR, (unsigned long)ignore_sysret); in syscall_init()
|
/linux-4.4.14/arch/x86/kvm/ |
D | svm.c | 85 MSR_STAR, MSR_LSTAR, MSR_CSTAR, MSR_SYSCALL_MASK, MSR_KERNEL_GS_BASE, 181 { .index = MSR_CSTAR, .always = true }, 3008 case MSR_CSTAR: in svm_get_msr() 3127 case MSR_CSTAR: in svm_set_msr()
|
D | x86.c | 950 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, 1046 case MSR_CSTAR: in kvm_set_msr()
|
D | vmx.c | 962 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR, 2368 index = __find_msr_index(vmx, MSR_CSTAR); in setup_msrs()
|
D | emulate.c | 2662 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
|
/linux-4.4.14/arch/x86/xen/ |
D | enlighten.c | 1076 case MSR_CSTAR: in xen_write_msr_safe()
|