Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c1052 #define STIME_DELTA_MAX ((int64_t)((uint64_t)~0ull >> 2)) macro
1064 if (spt.period_ns < MILLISECS(1) || spt.period_ns > STIME_DELTA_MAX) { in vcpuop_set_periodic_timer()