Searched refs:cpu_x86_update_cr0 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | smm_helper.c | 167 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 D | misc_helper.c | 88 cpu_x86_update_cr0(env, t0); in helper_write_crN()
|
H A D | svm_helper.c | 329 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 D | gdbstub.c | 371 cpu_x86_update_cr0(env, tmp); in x86_cpu_gdb_write_register()
|
H A D | helper.c | 130 void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0) in cpu_x86_update_cr0() function
|
H A D | cpu.h | 2467 void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0);
|
H A D | cpu.c | 7219 cpu_x86_update_cr0(env, 0x60000010); in x86_cpu_reset_hold()
|