Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dicount-common.c50 #define MAX_ICOUNT_SHIFT 10 macro
197 && timers_state.icount_time_shift < MAX_ICOUNT_SHIFT) { in icount_adjust()
440 || time_shift < 0 || time_shift > MAX_ICOUNT_SHIFT) { in icount_configure()