Home
last modified time | relevance | path

Searched refs:MSR_CSTAR (Results 1 – 7 of 7) sorted by relevance

/arch/x86/include/asm/
Dmsr-index.h13 #define MSR_CSTAR 0xc0000083 /* compat mode SYSCALL target */ macro
/arch/x86/xen/
Denlighten_pv.c1068 case MSR_CSTAR: in xen_do_write_msr()
/arch/x86/kvm/svm/
Dsvm.c96 { .index = MSR_CSTAR, .always = true },
2869 case MSR_CSTAR: in svm_get_msr()
3090 case MSR_CSTAR: in svm_set_msr()
/arch/x86/kernel/cpu/
Dcommon.c2115 wrmsrl(MSR_CSTAR, val); in wrmsrl_cstar()
/arch/x86/kvm/
Dx86.c1453 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR,
1852 case MSR_CSTAR: in __kvm_set_msr()
Demulate.c2438 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
/arch/x86/kvm/vmx/
Dvmx.c8420 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR, in vmx_setup_user_return_msrs()