Searched defs:searched_pc (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dtranslate-all.c171 /* The cpu state corresponding to 'searched_pc' is restored.
174 CPUState *env, unsigned long searched_pc)
199 if (searched_pc < tc_ptr)
210 j = tcg_gen_code_search_pc(s, (uint8_t *)tc_ptr, searched_pc - tc_ptr);
173 cpu_restore_state(TranslationBlock *tb, CPUState *env, unsigned long searched_pc) argument

Completed in 104 milliseconds