Searched refs:tcg_handle_interrupt (Results 1 – 3 of 3) sorted by relevance
91 void tcg_handle_interrupt(CPUState *cpu, int mask) in tcg_handle_interrupt() function204 ops->handle_interrupt = tcg_handle_interrupt; in tcg_accel_ops_init()214 ops->handle_interrupt = tcg_handle_interrupt; in tcg_accel_ops_init()
19 void tcg_handle_interrupt(CPUState *cpu, int mask);
154 tcg_handle_interrupt(cpu, mask); in icount_handle_interrupt()