Searched refs:cpu_wrmsr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dcpu.h1115 int cpu_wrmsr(CPUX86State *env, uint32_t idMsr, uint64_t uValue);
H A Dop_helper.c3938 if (cpu_wrmsr(env, (uint32_t)ECX, val) != 0)
/vbox/src/recompiler/
H A DVBoxRecompiler.c4576 int cpu_wrmsr(CPUX86State *env, uint32_t idMsr, uint64_t uValue) function

Completed in 229 milliseconds