Home
last modified time | relevance | path

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

/linux-6.15/Documentation/admin-guide/perf/
H A Darm-ccn.rst32 and "cmp_h") and "mask", being index of the comparator mask.
/linux-6.15/drivers/perf/
H A Darm-ccn.c233 static CCN_FORMAT_ATTR(cmp_h, "config2:0-59");
943 u64 cmp_h = event->attr.config2; in arm_ccn_pmu_xp_watchpoint_config() local
969 writel(cmp_h & 0xffffffff, source->base + CCN_XP_DT_CMP_VAL_H(wp)); in arm_ccn_pmu_xp_watchpoint_config()
970 writel((cmp_h >> 32) & 0x0fffffff, in arm_ccn_pmu_xp_watchpoint_config()