Searched refs:cpu_restore_state (Results 1 - 5 of 5) sorted by relevance
/vbox/src/recompiler/ |
H A D | translate-all.c | 133 int cpu_restore_state(TranslationBlock *tb, function
|
H A D | exec-all.h | 108 int cpu_restore_state(struct TranslationBlock *tb,
|
H A D | exec.c | 1185 cpu_restore_state(current_tb, env, 1294 cpu_restore_state(current_tb, env, pc, puc); 3488 cpu_restore_state(tb, env, env->mem_io_pc, NULL); 4465 cpu_restore_state(tb, env, (uintptr_t)retaddr, NULL);
|
H A D | cpu-exec.c | 976 cpu_restore_state(tb, env, pc, puc);
|
/vbox/src/recompiler/target-i386/ |
H A D | op_helper.c | 5797 cpu_restore_state(tb, env, pc, NULL);
|
Completed in 656 milliseconds