Searched refs:MSR_LSTAR (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/tools/arch/x86/include/asm/ |
D | msr-index.h | 17 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
|
/linux-5.19.10/arch/x86/include/asm/ |
D | msr-index.h | 17 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
|
/linux-5.19.10/arch/x86/xen/ |
D | enlighten_pv.c | 956 case MSR_LSTAR: in xen_write_msr_safe()
|
/linux-5.19.10/arch/x86/kvm/svm/ |
D | svm.c | 89 { .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/ |
D | common.c | 2032 wrmsrl(MSR_LSTAR, (unsigned long)entry_SYSCALL_64); in syscall_init()
|
/linux-5.19.10/arch/x86/kvm/vmx/ |
D | vmx.c | 1747 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/ |
D | x86.c | 1424 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, 1812 case MSR_LSTAR: in __kvm_set_msr()
|
D | emulate.c | 2753 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
|