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

Lines Matching full:new_cr3

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