Home
last modified time | relevance | path

Searched refs:replay_next_event_is (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/replay/
H A Dreplay-char.c111 if (replay_next_event_is(EVENT_CHAR_WRITE)) { in replay_char_write_event_load()
124 if (replay_next_event_is(EVENT_CHAR_READ_ALL)) { in replay_char_read_all_load()
132 } else if (replay_next_event_is(EVENT_CHAR_READ_ALL_ERROR)) { in replay_char_read_all_load()
H A Dreplay-audio.c28 if (replay_next_event_is(EVENT_AUDIO_OUT)) { in replay_audio_out()
57 if (replay_next_event_is(EVENT_AUDIO_IN)) { in replay_audio_in()
H A Dreplay.c142 bool replay_next_event_is(int event) in replay_next_event_is() function
179 if (replay_next_event_is(EVENT_INSTRUCTION)) { in replay_get_instructions()
228 res = replay_next_event_is(EVENT_EXCEPTION); in replay_has_exception()
259 res = replay_next_event_is(EVENT_INTERRUPT); in replay_has_interrupt()
280 if (replay_next_event_is(EVENT_CHECKPOINT + checkpoint)) { in replay_checkpoint()
H A Dreplay-random.c33 if (replay_next_event_is(EVENT_RANDOM)) { in replay_read_random()
H A Dreplay-time.c55 if (replay_next_event_is(EVENT_CLOCK + kind)) { in replay_read_clock()
H A Dreplay-internal.h146 bool replay_next_event_is(int event);