Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
H A Disa207-common.h149 #define CNST_FAB_MATCH_VAL(v) (((v) & EVENT_THR_CTL_MASK) << 56) macro
150 #define CNST_FAB_MATCH_MASK CNST_FAB_MATCH_VAL(EVENT_THR_CTL_MASK)
H A Disa207-common.c520 value |= CNST_FAB_MATCH_VAL(event >> EVENT_THR_CTL_SHIFT); in isa207_get_constraint()