Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c8545 #define TIMER_MAGIC 0x0caf0000 macro
8553 if ((timerid & TIMER_MAGIC_MASK) != TIMER_MAGIC) { in get_timer_id()
13292 if (put_user(TIMER_MAGIC | timer_index, arg3, target_timer_t)) { in _syscall2()