Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/sysemu/
H A Dmisc_helper.c220 case MSR_FSBASE: in helper_wrmsr()
379 case MSR_FSBASE: in helper_rdmsr()
/qemu/target/i386/hvf/
H A Dhvf.c327 hv_vcpu_enable_native_msr(cpu->accel->fd, MSR_FSBASE, 1); in hvf_arch_init_vcpu()
H A Dx86_emu.c686 case MSR_FSBASE: in simulate_rdmsr()
780 case MSR_FSBASE: in simulate_wrmsr()
H A Dx86hvf.c150 hv_vcpu_write_msr(cs->accel->fd, MSR_FSBASE, env->segs[R_FS].base); in hvf_put_msrs()
/qemu/target/i386/
H A Dcpu.h529 #define MSR_FSBASE 0xc0000100 macro