Searched refs:MSR_CSTAR (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | msr-index.h | 16 #define MSR_CSTAR 0xc0000083 /* compat mode SYSCALL target */ macro
|
/Linux-v4.19/arch/x86/kernel/cpu/ |
D | common.c | 1549 wrmsrl(MSR_CSTAR, (unsigned long)entry_SYSCALL_compat); in syscall_init() 1560 wrmsrl(MSR_CSTAR, (unsigned long)ignore_sysret); in syscall_init()
|
/Linux-v4.19/tools/testing/selftests/kvm/include/ |
D | x86.h | 333 #define MSR_CSTAR 0xc0000083 /* compat mode SYSCALL target */ macro
|
/Linux-v4.19/arch/x86/xen/ |
D | enlighten_pv.c | 934 case MSR_CSTAR: in xen_write_msr_safe()
|
/Linux-v4.19/arch/x86/kvm/ |
D | svm.c | 125 MSR_STAR, MSR_LSTAR, MSR_CSTAR, MSR_SYSCALL_MASK, MSR_KERNEL_GS_BASE, 288 { .index = MSR_CSTAR, .always = true }, 4073 case MSR_CSTAR: in svm_get_msr() 4287 case MSR_CSTAR: in svm_set_msr()
|
D | x86.c | 1037 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, 1220 case MSR_CSTAR: in kvm_set_msr()
|
D | vmx.c | 1373 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR, 3397 index = __find_msr_index(vmx, MSR_CSTAR); in setup_msrs()
|
D | emulate.c | 2759 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
|