Searched refs:MSR_LSTAR (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | msr-index.h | 15 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
|
/Linux-v4.19/arch/x86/kernel/cpu/ |
D | common.c | 1544 wrmsrl(MSR_LSTAR, SYSCALL64_entry_trampoline); in syscall_init() 1546 wrmsrl(MSR_LSTAR, (unsigned long)entry_SYSCALL_64); in syscall_init()
|
/Linux-v4.19/tools/testing/selftests/kvm/include/ |
D | x86.h | 332 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
|
/Linux-v4.19/arch/x86/xen/ |
D | enlighten_pv.c | 935 case MSR_LSTAR: in xen_write_msr_safe()
|
/Linux-v4.19/arch/x86/kvm/ |
D | svm.c | 125 MSR_STAR, MSR_LSTAR, MSR_CSTAR, MSR_SYSCALL_MASK, MSR_KERNEL_GS_BASE, 287 { .index = MSR_LSTAR, .always = true }, 4070 case MSR_LSTAR: in svm_get_msr() 4284 case MSR_LSTAR: in svm_set_msr()
|
D | x86.c | 1037 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, 1221 case MSR_LSTAR: in kvm_set_msr()
|
D | vmx.c | 1373 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR, 3394 index = __find_msr_index(vmx, MSR_LSTAR); in setup_msrs()
|
D | emulate.c | 2759 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
|