Searched refs:cpu_x86_update_cr0 (Results 1 – 3 of 3) sorted by relevance
/external/qemu/target-i386/ |
D | cpu.h | 829 void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0);
|
D | helper.c | 488 cpu_x86_update_cr0(env, 0x60000010); in cpu_reset() 868 void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0) in cpu_x86_update_cr0() function
|
D | op_helper.c | 1509 cpu_x86_update_cr0(env, in do_smm_enter() 1569 cpu_x86_update_cr0(env, ldl_phys(sm_state + 0x7f58)); in helper_rsm() 1576 cpu_x86_update_cr0(env, ldl_phys(sm_state + 0x7ffc)); in helper_rsm() 2933 cpu_x86_update_cr0(env, t0); in helper_write_crN() 5005 cpu_x86_update_cr0(env, ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.cr0))); in helper_vmrun() 5369 … cpu_x86_update_cr0(env, ldq_phys(env->vm_hsave + offsetof(struct vmcb, save.cr0)) | CR0_PE_MASK); in helper_vmexit()
|