Searched refs:MSR_CSTAR (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | msr-index.h | 10 #define MSR_CSTAR 0xc0000083 /* compat mode SYSCALL target */ macro
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | common.c | 1213 wrmsrl(MSR_CSTAR, ia32_cstar_target); in syscall_init() 1224 wrmsrl(MSR_CSTAR, ignore_sysret); in syscall_init()
|
/linux-4.1.27/arch/x86/kvm/ |
D | svm.c | 84 MSR_STAR, MSR_LSTAR, MSR_CSTAR, MSR_SYSCALL_MASK, MSR_KERNEL_GS_BASE, 179 { .index = MSR_CSTAR, .always = true }, 3090 case MSR_CSTAR: in svm_get_msr() 3205 case MSR_CSTAR: in svm_set_msr()
|
D | x86.c | 939 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, 1020 case MSR_CSTAR: in kvm_set_msr()
|
D | vmx.c | 900 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR, 2224 index = __find_msr_index(vmx, MSR_CSTAR); in setup_msrs()
|
D | emulate.c | 2388 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
|
/linux-4.1.27/arch/x86/xen/ |
D | enlighten.c | 1072 case MSR_CSTAR: in xen_write_msr_safe()
|