Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dsmm_helper.c171 cpu_x86_update_cr4(env, 0); in do_smm_enter()
227 cpu_x86_update_cr4(env, ldl_phys(sm_state + 0x7f48)); in helper_rsm()
279 cpu_x86_update_cr4(env, ldl_phys(sm_state + 0x7f14)); in helper_rsm()
Dsvm_helper.c181 cpu_x86_update_cr4(env, ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.cr4))); in helper_vmrun()
553 cpu_x86_update_cr4(env, ldq_phys(env->vm_hsave + offsetof(struct vmcb, save.cr4))); in helper_vmexit()
Dmisc_helper.c174 cpu_x86_update_cr4(env, t0); in helper_write_crN()
Dcpu.h989 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4);
Dhelper.c910 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4) in cpu_x86_update_cr4() function