Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dcpu.h831 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4);
Dop_helper.c1511 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()
Dhelper.c922 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4) in cpu_x86_update_cr4() function