Searched refs:cpu_x86_update_cr4 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | smm_helper.c | 170 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 D | misc_helper.c | 108 cpu_x86_update_cr4(env, t0); in helper_write_crN()
|
H A D | svm_helper.c | 330 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 D | gdbstub.c | 392 cpu_x86_update_cr4(env, tmp); in x86_cpu_gdb_write_register()
|
H A D | helper.c | 182 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4) in cpu_x86_update_cr4() function
|
H A D | cpu.h | 2469 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4);
|
H A D | cpu.c | 7317 cpu_x86_update_cr4(env, cr4); in x86_cpu_reset_hold()
|