Searched refs:cpu_x86_update_cr0 (Results 1 - 3 of 3) sorted by relevance

/external/qemu/target-i386/
H A Dcpu.h829 void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0);
H A Dhelper.c488 cpu_x86_update_cr0(env, 0x60000010);
868 void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0) function
H A Dop_helper.c1509 cpu_x86_update_cr0(env,
1569 cpu_x86_update_cr0(env, ldl_phys(sm_state + 0x7f58));
1576 cpu_x86_update_cr0(env, ldl_phys(sm_state + 0x7ffc));
2933 cpu_x86_update_cr0(env, t0);
5005 cpu_x86_update_cr0(env, ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.cr0)));
5369 cpu_x86_update_cr0(env, ldq_phys(env->vm_hsave + offsetof(struct vmcb, save.cr0)) | CR0_PE_MASK);

Completed in 95 milliseconds