Searched refs:MSR_CSTAR (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/arch/x86/include/asm/ |
| D | msr-index.h | 18 #define MSR_CSTAR 0xc0000083 /* compat mode SYSCALL target */ macro
|
| /Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/ |
| D | processor.h | 354 #define MSR_CSTAR 0xc0000083 /* compat mode SYSCALL target */ macro
|
| /Linux-v5.4/arch/x86/kernel/cpu/ |
| D | common.c | 1674 wrmsrl(MSR_CSTAR, (unsigned long)entry_SYSCALL_compat); in syscall_init() 1686 wrmsrl(MSR_CSTAR, (unsigned long)ignore_sysret); in syscall_init()
|
| /Linux-v5.4/arch/x86/xen/ |
| D | enlighten_pv.c | 928 case MSR_CSTAR: in xen_write_msr_safe()
|
| /Linux-v5.4/arch/x86/kvm/ |
| D | svm.c | 120 MSR_STAR, MSR_LSTAR, MSR_CSTAR, MSR_SYSCALL_MASK, MSR_KERNEL_GS_BASE, 284 { .index = MSR_CSTAR, .always = true }, 4135 case MSR_CSTAR: in svm_get_msr() 4331 case MSR_CSTAR: in svm_set_msr()
|
| D | x86.c | 1148 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, 1445 case MSR_CSTAR: in __kvm_set_msr()
|
| D | emulate.c | 2797 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
|
| /Linux-v5.4/arch/x86/kvm/vmx/ |
| D | vmx.c | 450 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR,
|