Searched refs:MSR_CSTAR (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | msr-index.h | 19 #define MSR_CSTAR 0xc0000083 /* compat 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 | 102 { .index = MSR_CSTAR, .always = true }, 2498 case MSR_CSTAR: in svm_get_msr() 2692 case MSR_CSTAR: in svm_set_msr()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | msr-index.h | 18 #define MSR_CSTAR 0xc0000083 /* compat mode SYSCALL target */ macro
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/ |
| H A D | msr-index.h | 18 #define MSR_CSTAR 0xc0000083 /* compat mode SYSCALL target */ macro
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | common.c | 1869 wrmsrl(MSR_CSTAR, (unsigned long)entry_SYSCALL_compat); in syscall_init() 1881 wrmsrl(MSR_CSTAR, (unsigned long)ignore_sysret); in syscall_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | enlighten_pv.c | 959 case MSR_CSTAR: in xen_write_msr_safe()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.c | 1227 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, 1616 case MSR_CSTAR: in __kvm_set_msr()
|
| H A D | emulate.c | 2863 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 525 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR,
|