Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
H A Disa207-common.h174 #define CNST_CACHE_GROUP_VAL(v) (((v) & 0xffull) << 55) macro
175 #define CNST_CACHE_GROUP_MASK CNST_CACHE_GROUP_VAL(0xff)
H A Disa207-common.c466 value |= CNST_CACHE_GROUP_VAL(event & 0xff); in isa207_get_constraint()