Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtimer.h64 #define TIMER_CPUMASK 0x0003FFFF macro
66 #define TIMER_BASEMASK (TIMER_CPUMASK | TIMER_MIGRATING)
/openbmc/linux/include/trace/events/
H A Dtimer.h80 __entry->flags & TIMER_CPUMASK,
/openbmc/linux/kernel/time/
H A Dtimer.c931 return get_timer_cpu_base(tflags, tflags & TIMER_CPUMASK); in get_timer_base()