Home | History | Annotate | Download | only in qemu

Lines Matching refs:CPUState

765 CPUState *cpu_copy(CPUState *env);
766 CPUState *qemu_get_cpu(int cpu);
770 void cpu_dump_state(CPUState *env, FILE *f, fprintf_function cpu_fprintf,
772 void cpu_dump_statistics(CPUState *env, FILE *f, fprintf_function cpu_fprintf,
775 void QEMU_NORETURN cpu_abort(CPUState *env, const char *fmt, ...)
777 extern CPUState *first_cpu;
778 extern CPUState *cpu_single_env;
837 void cpu_interrupt(CPUState *s, int mask);
838 void cpu_reset_interrupt(CPUState *env, int mask);
840 void cpu_exit(CPUState *s);
842 int qemu_cpu_has_work(CPUState *env);
853 int cpu_breakpoint_insert(CPUState *env, target_ulong pc, int flags,
855 int cpu_breakpoint_remove(CPUState *env, target_ulong pc, int flags);
856 void cpu_breakpoint_remove_by_ref(CPUState *env, CPUBreakpoint *breakpoint);
857 void cpu_breakpoint_remove_all(CPUState *env, int mask);
858 int cpu_watchpoint_insert(CPUState *env, target_ulong addr, target_ulong len,
860 int cpu_watchpoint_remove(CPUState *env, target_ulong addr,
862 void cpu_watchpoint_remove_by_ref(CPUState *env, CPUWatchpoint *watchpoint);
863 void cpu_watchpoint_remove_all(CPUState *env, int mask);
869 void cpu_single_step(CPUState *env, int enabled);
870 void cpu_reset(CPUState *s);
871 int cpu_is_stopped(CPUState *env);
872 void run_on_cpu(CPUState *env, void (*func)(void *data), void *data);
904 target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr);
1002 void cpu_tlb_update_dirty(CPUState *env);
1038 int cpu_memory_rw_debug(CPUState *env, target_ulong addr,
1041 void cpu_inject_x86_mce(CPUState *cenv, int bank, uint64_t status,