Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/system/
H A Dmisc_helper.c224 case MSR_GSBASE: in helper_wrmsr()
383 case MSR_GSBASE: in helper_rdmsr()
/qemu/target/i386/hvf/
H A Dhvf.c359 hv_vcpu_enable_native_msr(cpu->accel->fd, MSR_GSBASE, 1); in hvf_arch_init_vcpu()
546 case MSR_GSBASE: in hvf_simulate_rdmsr()
651 case MSR_GSBASE: in hvf_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.h528 #define MSR_GSBASE 0xc0000101 macro