Home
last modified time | relevance | path

Searched refs:replay_has_interrupt (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Duser-exec-stub.c38 bool replay_has_interrupt(void) in replay_has_interrupt() function
H A Dcpu-exec.c766 } else if (!replay_has_interrupt()) { in cpu_handle_exception()
821 if (replay_mode == REPLAY_MODE_PLAY && !replay_has_interrupt()) { in cpu_handle_interrupt()
/openbmc/qemu/include/exec/
H A Dreplay-core.h71 bool replay_has_interrupt(void);
/openbmc/qemu/replay/
H A Dreplay.c243 bool res = replay_has_interrupt(); in replay_interrupt()
253 bool replay_has_interrupt(void) in replay_has_interrupt() function