Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/perf/
Darm-ccn.c210 #define CCN_CONFIG_MASK(_config) (((_config) >> 30) & 0xf) macro
953 u64 mask_l = ccn->dt.cmp_mask[CCN_CONFIG_MASK(event->attr.config)].l; in arm_ccn_pmu_xp_watchpoint_config()
954 u64 mask_h = ccn->dt.cmp_mask[CCN_CONFIG_MASK(event->attr.config)].h; in arm_ccn_pmu_xp_watchpoint_config()