Home
last modified time | relevance | path

Searched refs:MSR_GSBASE (Results 1 – 5 of 5) sorted by relevance

/qemu/target/i386/tcg/sysemu/
H A Dmisc_helper.c223 case MSR_GSBASE: in helper_wrmsr()
382 case MSR_GSBASE: in helper_rdmsr()
/qemu/target/i386/hvf/
H A Dhvf.c328 hv_vcpu_enable_native_msr(cpu->accel->fd, MSR_GSBASE, 1); in hvf_arch_init_vcpu()
H A Dx86_emu.c689 case MSR_GSBASE: in simulate_rdmsr()
783 case MSR_GSBASE: in simulate_wrmsr()
H A Dx86hvf.c149 hv_vcpu_write_msr(cs->accel->fd, MSR_GSBASE, env->segs[R_GS].base); in hvf_put_msrs()
/qemu/target/i386/
H A Dcpu.h535 #define MSR_GSBASE 0xc0000101 macro