Searched refs:cpu_x86_update_cr4 (Results 1 – 3 of 3) sorted by relevance
/external/qemu/target-i386/ |
D | cpu.h | 831 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4);
|
D | op_helper.c | 1511 cpu_x86_update_cr4(env, 0); in do_smm_enter() 1567 cpu_x86_update_cr4(env, ldl_phys(sm_state + 0x7f48)); in helper_rsm() 1619 cpu_x86_update_cr4(env, ldl_phys(sm_state + 0x7f14)); in helper_rsm() 2939 cpu_x86_update_cr4(env, t0); in helper_write_crN() 5006 cpu_x86_update_cr4(env, ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.cr4))); in helper_vmrun() 5370 cpu_x86_update_cr4(env, ldq_phys(env->vm_hsave + offsetof(struct vmcb, save.cr4))); in helper_vmexit()
|
D | helper.c | 922 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4) in cpu_x86_update_cr4() function
|