Searched refs:cpu_x86_update_cr0 (Results 1 – 5 of 5) sorted by relevance
/external/qemu/target-i386/ |
D | smm_helper.c | 169 cpu_x86_update_cr0(env, in do_smm_enter() 229 cpu_x86_update_cr0(env, ldl_phys(sm_state + 0x7f58)); in helper_rsm() 236 cpu_x86_update_cr0(env, ldl_phys(sm_state + 0x7ffc)); in helper_rsm()
|
D | svm_helper.c | 180 cpu_x86_update_cr0(env, ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.cr0))); in helper_vmrun() 552 … cpu_x86_update_cr0(env, ldq_phys(env->vm_hsave + offsetof(struct vmcb, save.cr0)) | CR0_PE_MASK); in helper_vmexit()
|
D | misc_helper.c | 168 cpu_x86_update_cr0(env, t0); in helper_write_crN()
|
D | helper.c | 488 cpu_x86_update_cr0(env, 0x60000010); in cpu_reset() 856 void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0) in cpu_x86_update_cr0() function
|
D | cpu.h | 987 void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0);
|