Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c8678 #define TIMER_MAGIC_MASK 0xffff0000 macro
8685 if ((timerid & TIMER_MAGIC_MASK) != TIMER_MAGIC) { in get_timer_id()