Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/perf/
H A Darm-ccn.c210 #define CCN_CONFIG_MASK(_config) (((_config) >> 30) & 0xf) macro
958 u64 mask_l = ccn->dt.cmp_mask[CCN_CONFIG_MASK(event->attr.config)].l; in arm_ccn_pmu_xp_watchpoint_config()
959 u64 mask_h = ccn->dt.cmp_mask[CCN_CONFIG_MASK(event->attr.config)].h; in arm_ccn_pmu_xp_watchpoint_config()
/kernel/linux/linux-6.6/drivers/perf/
H A 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()

Completed in 5 milliseconds