Searched refs:MSR_STAR (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/tools/arch/x86/include/asm/ |
D | msr-index.h | 11 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target */ macro
|
/linux-6.6.21/arch/x86/include/asm/ |
D | msr-index.h | 11 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target */ macro
|
/linux-6.6.21/arch/x86/xen/ |
D | enlighten_pv.c | 1067 case MSR_STAR: in xen_do_write_msr()
|
/linux-6.6.21/arch/x86/kvm/svm/ |
D | svm.c | 87 { .index = MSR_STAR, .always = true }, 2855 case MSR_STAR: in svm_get_msr() 3076 case MSR_STAR: in svm_set_msr()
|
/linux-6.6.21/arch/x86/kernel/cpu/ |
D | common.c | 2081 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS); in syscall_init()
|
/linux-6.6.21/arch/x86/kvm/ |
D | emulate.c | 2419 ops->get_msr(ctxt, MSR_STAR, &msr_data); in em_syscall() 2447 ops->get_msr(ctxt, MSR_STAR, &msr_data); in em_syscall()
|
D | x86.c | 1451 MSR_STAR,
|
/linux-6.6.21/arch/x86/kvm/vmx/ |
D | vmx.c | 1879 vmx_setup_uret_msr(vmx, MSR_STAR, load_syscall_msrs); in vmx_setup_uret_msrs() 8395 MSR_EFER, MSR_TSC_AUX, MSR_STAR, in vmx_setup_user_return_msrs()
|