Home
last modified time | relevance | path

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

/arch/powerpc/perf/
Disa207-common.h124 #define CNST_IFM_VAL(v) (((v) & EVENT_IFM_MASK) << 25) macro
125 #define CNST_IFM_MASK CNST_IFM_VAL(EVENT_IFM_MASK)
Disa207-common.c348 value |= CNST_IFM_VAL(event >> EVENT_IFM_SHIFT); in isa207_get_constraint()