|
@@ -43,12 +43,12 @@ void tb_invalidate_phys_page_fast(struct page_collection *pages,
|
|
struct page_collection *page_collection_lock(tb_page_addr_t start,
|
|
struct page_collection *page_collection_lock(tb_page_addr_t start,
|
|
tb_page_addr_t end);
|
|
tb_page_addr_t end);
|
|
void page_collection_unlock(struct page_collection *set);
|
|
void page_collection_unlock(struct page_collection *set);
|
|
|
|
+G_NORETURN void cpu_io_recompile(CPUState *cpu, uintptr_t retaddr);
|
|
#endif /* CONFIG_SOFTMMU */
|
|
#endif /* CONFIG_SOFTMMU */
|
|
|
|
|
|
TranslationBlock *tb_gen_code(CPUState *cpu, target_ulong pc,
|
|
TranslationBlock *tb_gen_code(CPUState *cpu, target_ulong pc,
|
|
target_ulong cs_base, uint32_t flags,
|
|
target_ulong cs_base, uint32_t flags,
|
|
int cflags);
|
|
int cflags);
|
|
-G_NORETURN void cpu_io_recompile(CPUState *cpu, uintptr_t retaddr);
|
|
|
|
void page_init(void);
|
|
void page_init(void);
|
|
void tb_htable_init(void);
|
|
void tb_htable_init(void);
|
|
void tb_reset_jump(TranslationBlock *tb, int n);
|
|
void tb_reset_jump(TranslationBlock *tb, int n);
|