Searched refs:MSR_STAR (Results 1 – 7 of 7) sorted by relevance
/arch/x86/include/asm/ |
D | msr-index.h | 16 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target */ macro
|
/arch/x86/xen/ |
D | enlighten_pv.c | 949 case MSR_STAR: in xen_write_msr_safe()
|
/arch/x86/kvm/svm/ |
D | svm.c | 94 { .index = MSR_STAR, .always = true }, 2705 case MSR_STAR: in svm_get_msr() 2916 case MSR_STAR: in svm_set_msr()
|
/arch/x86/kernel/cpu/ |
D | common.c | 1905 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS); in syscall_init()
|
/arch/x86/kvm/vmx/ |
D | vmx.c | 1752 vmx_setup_uret_msr(vmx, MSR_STAR, load_syscall_msrs); in vmx_setup_uret_msrs() 7901 MSR_EFER, MSR_TSC_AUX, MSR_STAR, in vmx_setup_user_return_msrs()
|
/arch/x86/kvm/ |
D | emulate.c | 2748 ops->get_msr(ctxt, MSR_STAR, &msr_data); in em_syscall() 2776 ops->get_msr(ctxt, MSR_STAR, &msr_data); in em_syscall()
|
D | x86.c | 1346 MSR_STAR,
|