Searched refs:MSR_STAR (Results 1 – 9 of 9) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | msr-index.h | 11 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target */ macro
|
/linux/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 11 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target */ macro
|
/linux/arch/x86/xen/ |
H A D | enlighten_pv.c | 1140 case MSR_STAR: in xen_do_write_msr()
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 797 svm_disable_intercept_for_msr(vcpu, MSR_STAR, MSR_TYPE_RW); in svm_recalc_msr_intercepts() 2751 case MSR_STAR: in svm_get_msr() 2978 case MSR_STAR: in svm_set_msr()
|
H A D | nested.c | 204 MSR_STAR, in nested_svm_init_msrpm_merge_offsets()
|
/linux/arch/x86/kvm/ |
H A D | emulate.c | 2391 ops->get_msr(ctxt, MSR_STAR, &msr_data); in em_syscall() 2419 ops->get_msr(ctxt, MSR_STAR, &msr_data); in em_syscall()
|
H A D | x86.c | 323 MSR_STAR,
|
/linux/arch/x86/kvm/vmx/ |
H A D | tdx.c | 797 {.msr = MSR_STAR,},
|
H A D | vmx.c | 1850 vmx_setup_uret_msr(vmx, MSR_STAR, load_syscall_msrs); in vmx_setup_uret_msrs() 8283 * support this emulation, MSR_STAR is included in the list for i386, in vmx_setup_user_return_msrs() 8291 MSR_EFER, MSR_TSC_AUX, MSR_STAR, in vmx_setup_user_return_msrs()
|