Home | History | Annotate | Download | only in target-i386

Lines Matching full:new_cr3

911 void cpu_x86_update_cr3(CPUX86State *env, target_ulong new_cr3)
913 env->cr[3] = new_cr3;
916 printf("CR3 update: CR3=" TARGET_FMT_lx "\n", new_cr3);