Searched refs:MSR_LSTAR (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | msr-index.h | 18 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/svm/ |
| H A D | svm.h | 25 MSR_STAR, MSR_LSTAR, MSR_CSTAR, MSR_SYSCALL_MASK, MSR_KERNEL_GS_BASE,
|
| H A D | svm.c | 101 { .index = MSR_LSTAR, .always = true }, 2495 case MSR_LSTAR: in svm_get_msr() 2689 case MSR_LSTAR: in svm_set_msr()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | msr-index.h | 17 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/ |
| H A D | msr-index.h | 17 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | enlighten_pv.c | 960 case MSR_LSTAR: in xen_write_msr_safe()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | common.c | 1866 wrmsrl(MSR_LSTAR, (unsigned long)entry_SYSCALL_64); in syscall_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 525 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR, 1807 vmx_setup_uret_msr(vmx, MSR_LSTAR); in setup_msrs()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.c | 1227 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, 1617 case MSR_LSTAR: in __kvm_set_msr()
|
| H A D | emulate.c | 2863 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
|