Home
last modified time | relevance | path

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

/linux-5.19.10/tools/arch/x86/include/asm/
Dmsr-index.h17 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
/linux-5.19.10/arch/x86/include/asm/
Dmsr-index.h17 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
/linux-5.19.10/arch/x86/xen/
Denlighten_pv.c956 case MSR_LSTAR: in xen_write_msr_safe()
/linux-5.19.10/arch/x86/kvm/svm/
Dsvm.c89 { .index = MSR_LSTAR, .always = true },
2641 case MSR_LSTAR: in svm_get_msr()
2867 case MSR_LSTAR: in svm_set_msr()
/linux-5.19.10/arch/x86/kernel/cpu/
Dcommon.c2032 wrmsrl(MSR_LSTAR, (unsigned long)entry_SYSCALL_64); in syscall_init()
/linux-5.19.10/arch/x86/kvm/vmx/
Dvmx.c1747 vmx_setup_uret_msr(vmx, MSR_LSTAR, load_syscall_msrs); in vmx_setup_uret_msrs()
7966 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR, in vmx_setup_user_return_msrs()
/linux-5.19.10/arch/x86/kvm/
Dx86.c1424 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR,
1812 case MSR_LSTAR: in __kvm_set_msr()
Demulate.c2753 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()