Home
last modified time | relevance | path

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

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