Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dcpu-throttle.c36 #define CPU_THROTTLE_PCT_MIN 1 macro
100 new_throttle_pct = MAX(new_throttle_pct, CPU_THROTTLE_PCT_MIN); in cpu_throttle_set()