Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/perf/
Dpower6-pmu.c21 #define PM_UNIT_MSKS (PM_UNIT_MSK << PM_UNIT_SH) macro
283 mask |= PM_UNIT_MSKS << sh; in p6_get_constraint()
284 value |= (unsigned long)(event & PM_UNIT_MSKS) << sh; in p6_get_constraint()
285 if ((event & PM_UNIT_MSKS) == (5 << PM_UNIT_SH)) { in p6_get_constraint()