Searched refs:MSR_STAR (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | msr-index.h | 17 #define MSR_STAR 0xc0000081 /* legacy 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 | 95 { .index = MSR_STAR, .always = true }, 2491 case MSR_STAR: in svm_get_msr() 2685 case MSR_STAR: in svm_set_msr()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | msr-index.h | 16 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target */ macro
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/ |
| H A D | msr-index.h | 16 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target */ macro
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | enlighten_pv.c | 958 case MSR_STAR: in xen_write_msr_safe()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | common.c | 1865 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS); in syscall_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 527 MSR_EFER, MSR_TSC_AUX, MSR_STAR, 1806 vmx_setup_uret_msr(vmx, MSR_STAR); in setup_msrs()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | emulate.c | 2844 ops->get_msr(ctxt, MSR_STAR, &msr_data); in em_syscall() 2872 ops->get_msr(ctxt, MSR_STAR, &msr_data); in em_syscall()
|
| H A D | x86.c | 1225 MSR_STAR,
|