Searched refs:EVENT_IFM_MASK (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/powerpc/perf/
H A Disa207-common.h23 #define EVENT_IFM_MASK 3ull macro
54 (EVENT_IFM_MASK << EVENT_IFM_SHIFT))
165 #define CNST_IFM_VAL(v) (((v) & EVENT_IFM_MASK) << 25)
166 #define CNST_IFM_MASK CNST_IFM_VAL(EVENT_IFM_MASK)
H A Disa207-common.c667 val = (event[i] >> EVENT_IFM_SHIFT) & EVENT_IFM_MASK;

Completed in 153 milliseconds