Home
last modified time | relevance | path

Searched refs:cpu_x86_update_cr0 (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsmm_helper.c167 cpu_x86_update_cr0(env, in do_smm_enter()
241 cpu_x86_update_cr0(env, x86_ldl_phys(cs, sm_state + 0x7f58)); in helper_rsm()
258 cpu_x86_update_cr0(env, x86_ldl_phys(cs, sm_state + 0x7ffc)); in helper_rsm()
H A Dmisc_helper.c88 cpu_x86_update_cr0(env, t0); in helper_write_crN()
H A Dsvm_helper.c329 cpu_x86_update_cr0(env, new_cr0); in helper_vmrun()
843 cpu_x86_update_cr0(env, x86_ldq_phys(cs, in do_vmexit()
/openbmc/qemu/target/i386/
H A Dgdbstub.c371 cpu_x86_update_cr0(env, tmp); in x86_cpu_gdb_write_register()
H A Dhelper.c130 void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0) in cpu_x86_update_cr0() function
H A Dcpu.h2467 void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0);
H A Dcpu.c7219 cpu_x86_update_cr0(env, 0x60000010); in x86_cpu_reset_hold()