Home
last modified time | relevance | path

Searched defs:__BITS_VALUE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/events/intel/
H A Duncore_nhmex.c188 #define __BITS_VALUE(x, i, n) ((typeof(x))(((x) >> ((i) * (n))) & \ macro
H A Duncore_snbep.c167 #define __BITS_VALUE(x, i, n) ((typeof(x))(((x) >> ((i) * (n))) & \ macro