Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
H A Disa207-common.h29 #define EVENT_THR_SEL_SHIFT 29 /* Threshold select value */ macro
H A Disa207-common.c182 return (event >> EVENT_THR_SEL_SHIFT) & EVENT_THR_SEL_MASK; in event_is_threshold()
647 val = (event[i] >> EVENT_THR_SEL_SHIFT) & EVENT_THR_SEL_MASK; in isa207_compute_mmcr()