Searched refs:cpu_x86_update_cr4 (Results 1 – 5 of 5) sorted by relevance
/external/qemu/target-i386/ |
D | smm_helper.c | 171 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()
|
D | svm_helper.c | 181 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()
|
D | misc_helper.c | 174 cpu_x86_update_cr4(env, t0); in helper_write_crN()
|
D | cpu.h | 989 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4);
|
D | helper.c | 910 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4) in cpu_x86_update_cr4() function
|