Home
last modified time | relevance | path

Searched refs:MSR_STAR (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/tools/arch/x86/include/asm/
Dmsr-index.h11 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target */ macro
/linux-6.6.21/arch/x86/include/asm/
Dmsr-index.h11 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target */ macro
/linux-6.6.21/arch/x86/xen/
Denlighten_pv.c1067 case MSR_STAR: in xen_do_write_msr()
/linux-6.6.21/arch/x86/kvm/svm/
Dsvm.c87 { .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/
Dcommon.c2081 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS); in syscall_init()
/linux-6.6.21/arch/x86/kvm/
Demulate.c2419 ops->get_msr(ctxt, MSR_STAR, &msr_data); in em_syscall()
2447 ops->get_msr(ctxt, MSR_STAR, &msr_data); in em_syscall()
Dx86.c1451 MSR_STAR,
/linux-6.6.21/arch/x86/kvm/vmx/
Dvmx.c1879 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()