Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tprof/
H A Dtprof_types.h65 #define TPROF_PARAM_VALUE2_MASK __BITS(63, 60) macro
66 #define TPROF_PARAM_VALUE2_SCALE __SHIFTIN(1, TPROF_PARAM_VALUE2_MASK)
67 #define TPROF_PARAM_VALUE2_TRIGGERCOUNT __SHIFTIN(2, TPROF_PARAM_VALUE2_MASK)
H A Dtprof.c532 switch (param->p_flags & TPROF_PARAM_VALUE2_MASK) { in tprof_configure_event()