Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
H A Disa207-common.h179 #define CNST_L2L3_GROUP_VAL(v) (((v) & 0x1full) << 55) macro
180 #define CNST_L2L3_GROUP_MASK CNST_L2L3_GROUP_VAL(0x1f)
H A Disa207-common.c462 value |= CNST_L2L3_GROUP_VAL(event >> p10_L2L3_EVENT_SHIFT); in isa207_get_constraint()