Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/amd/
H A Duncore.c28 #define COUNTER_SHIFT 16 macro
96 delta = (new << COUNTER_SHIFT) - (prev << COUNTER_SHIFT); in amd_uncore_read()
97 delta >>= COUNTER_SHIFT; in amd_uncore_read()