Home
last modified time | relevance | path

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

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