Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dmisc_helper.c211 case MSR_LSTAR: in helper_wrmsr()
370 case MSR_LSTAR: in helper_rdmsr()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr-index.h17 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
/openbmc/qemu/target/i386/hvf/
H A Dx86hvf.c146 hv_vcpu_write_msr(cs->accel->fd, MSR_LSTAR, env->lstar); in hvf_put_msrs()
231 hv_vcpu_read_msr(cs->accel->fd, MSR_LSTAR, &env->lstar); in hvf_get_msrs()
H A Dhvf.c326 hv_vcpu_enable_native_msr(cpu->accel->fd, MSR_LSTAR, 1); in hvf_arch_init_vcpu()
H A Dx86_emu.c718 case MSR_LSTAR: in simulate_rdmsr()
830 case MSR_LSTAR: in simulate_wrmsr()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h12 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h12 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1069 case MSR_LSTAR: in xen_do_write_msr()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c95 { .index = MSR_LSTAR, .always = true },
2866 case MSR_LSTAR: in svm_get_msr()
3093 case MSR_LSTAR: in svm_set_msr()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c2131 wrmsrl(MSR_LSTAR, (unsigned long)entry_SYSCALL_64); in syscall_init()
/openbmc/qemu/target/i386/
H A Dcpu.h527 #define MSR_LSTAR 0xc0000082 macro
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c3958 kvm_msr_entry_add(cpu, MSR_LSTAR, env->lstar); in kvm_put_msrs()
4443 kvm_msr_entry_add(cpu, MSR_LSTAR, 0); in kvm_get_msrs()
4673 case MSR_LSTAR: in kvm_get_msrs()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c1884 vmx_setup_uret_msr(vmx, MSR_LSTAR, load_syscall_msrs); in vmx_setup_uret_msrs()
8424 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR, in vmx_setup_user_return_msrs()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c1453 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR,
1853 case MSR_LSTAR: in __kvm_set_msr()
H A Demulate.c2438 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()