Searched refs:MSR_LSTAR (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | misc_helper.c | 211 case MSR_LSTAR: in helper_wrmsr() 370 case MSR_LSTAR: in helper_rdmsr()
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | msr-index.h | 17 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86hvf.c | 146 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 D | hvf.c | 326 hv_vcpu_enable_native_msr(cpu->accel->fd, MSR_LSTAR, 1); in hvf_arch_init_vcpu()
|
H A D | x86_emu.c | 718 case MSR_LSTAR: in simulate_rdmsr() 830 case MSR_LSTAR: in simulate_wrmsr()
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 12 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | msr-index.h | 12 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target */ macro
|
/openbmc/linux/arch/x86/xen/ |
H A D | enlighten_pv.c | 1069 case MSR_LSTAR: in xen_do_write_msr()
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 95 { .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 D | common.c | 2131 wrmsrl(MSR_LSTAR, (unsigned long)entry_SYSCALL_64); in syscall_init()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.h | 527 #define MSR_LSTAR 0xc0000082 macro
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 3958 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 D | vmx.c | 1884 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 D | x86.c | 1453 MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, 1853 case MSR_LSTAR: in __kvm_set_msr()
|
H A D | emulate.c | 2438 MSR_LSTAR : MSR_CSTAR, &msr_data); in em_syscall()
|