Home
last modified time | relevance | path

Searched refs:MSR_LSTAR (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dmsr-index.h18 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.h25 MSR_STAR, MSR_LSTAR, MSR_CSTAR, MSR_SYSCALL_MASK, MSR_KERNEL_GS_BASE,
H A Dsvm.c101 { .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 Dmsr-index.h17 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dmsr-index.h17 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Denlighten_pv.c960 case MSR_LSTAR: in xen_write_msr_safe()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcommon.c1866 wrmsrl(MSR_LSTAR, (unsigned long)entry_SYSCALL_64); in syscall_init()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c525 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 Dx86.c1227 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR,
1617 case MSR_LSTAR: in __kvm_set_msr()
H A Demulate.c2863 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()