Searched refs:MSR_CSTAR (Results 1 – 7 of 7) sorted by relevance
/arch/x86/include/asm/ |
D | msr-index.h | 15 #define MSR_CSTAR 0xc0000083 /* compat mode SYSCALL target */ macro
|
/arch/x86/kernel/cpu/ |
D | common.c | 1471 wrmsrl(MSR_CSTAR, (unsigned long)entry_SYSCALL_compat); in syscall_init() 1482 wrmsrl(MSR_CSTAR, (unsigned long)ignore_sysret); in syscall_init()
|
/arch/x86/xen/ |
D | enlighten.c | 1090 case MSR_CSTAR: in xen_write_msr_safe()
|
/arch/x86/kvm/ |
D | svm.c | 121 MSR_STAR, MSR_LSTAR, MSR_CSTAR, MSR_SYSCALL_MASK, MSR_KERNEL_GS_BASE, 251 { .index = MSR_CSTAR, .always = true }, 3496 case MSR_CSTAR: in svm_get_msr() 3694 case MSR_CSTAR: in svm_set_msr()
|
D | x86.c | 974 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, 1074 case MSR_CSTAR: in kvm_set_msr()
|
D | vmx.c | 1006 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR, 2611 index = __find_msr_index(vmx, MSR_CSTAR); in setup_msrs()
|
D | emulate.c | 2745 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
|