Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsmm_helper.c170 cpu_x86_update_cr4(env, 0); in do_smm_enter()
239 cpu_x86_update_cr4(env, x86_ldl_phys(cs, sm_state + 0x7f48)); in helper_rsm()
304 cpu_x86_update_cr4(env, x86_ldl_phys(cs, sm_state + 0x7f14)); in helper_rsm()
H A Dmisc_helper.c108 cpu_x86_update_cr4(env, t0); in helper_write_crN()
H A Dsvm_helper.c330 cpu_x86_update_cr4(env, new_cr4); in helper_vmrun()
847 cpu_x86_update_cr4(env, x86_ldq_phys(cs, in do_vmexit()
/openbmc/qemu/target/i386/
H A Dgdbstub.c392 cpu_x86_update_cr4(env, tmp); in x86_cpu_gdb_write_register()
H A Dhelper.c182 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4) in cpu_x86_update_cr4() function
H A Dcpu.h2469 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4);
H A Dcpu.c7317 cpu_x86_update_cr4(env, cr4); in x86_cpu_reset_hold()