Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/perf/
Darm-ccn.txt31 and "cmp_h") and "mask", being index of the comparator mask.
/Linux-v4.19/drivers/perf/
Darm-ccn.c249 static CCN_FORMAT_ATTR(cmp_h, "config2:0-59");
967 u64 cmp_h = event->attr.config2; in arm_ccn_pmu_xp_watchpoint_config() local
993 writel(cmp_h & 0xffffffff, source->base + CCN_XP_DT_CMP_VAL_H(wp)); in arm_ccn_pmu_xp_watchpoint_config()
994 writel((cmp_h >> 32) & 0x0fffffff, in arm_ccn_pmu_xp_watchpoint_config()