Home
last modified time | relevance | path

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

/linux-6.1.9/tools/arch/x86/include/asm/
Dmsr-index.h16 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target */ macro
/linux-6.1.9/arch/x86/include/asm/
Dmsr-index.h16 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target */ macro
/linux-6.1.9/arch/x86/xen/
Denlighten_pv.c986 case MSR_STAR: in xen_do_write_msr()
/linux-6.1.9/arch/x86/kvm/svm/
Dsvm.c83 { .index = MSR_STAR, .always = true },
2730 case MSR_STAR: in svm_get_msr()
2956 case MSR_STAR: in svm_set_msr()
/linux-6.1.9/arch/x86/kernel/cpu/
Dcommon.c2031 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS); in syscall_init()
/linux-6.1.9/arch/x86/kvm/
Demulate.c2763 ops->get_msr(ctxt, MSR_STAR, &msr_data); in em_syscall()
2791 ops->get_msr(ctxt, MSR_STAR, &msr_data); in em_syscall()
Dx86.c1428 MSR_STAR,
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c1770 vmx_setup_uret_msr(vmx, MSR_STAR, load_syscall_msrs); in vmx_setup_uret_msrs()
8171 MSR_EFER, MSR_TSC_AUX, MSR_STAR, in vmx_setup_user_return_msrs()