Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/perf/
H A Darm-cmn.c145 #define CMN_EVENT_WP_COMBINE(event) FIELD_GET(CMN_CONFIG_WP_COMBINE, (event)->attr.config) macro
642 u32 combine = CMN_EVENT_WP_COMBINE(event); in arm_cmn_wp_config()
857 val->wp[xp][wp_idx] = CMN_EVENT_WP_COMBINE(event) + 1; in arm_cmn_val_add_event()
912 if (wp_cmb && wp_cmb != CMN_EVENT_WP_COMBINE(event) + 1) in arm_cmn_validate_group()
1062 if (tmp >= 0 && CMN_EVENT_WP_COMBINE(event) != in arm_cmn_event_add()
1063 CMN_EVENT_WP_COMBINE(dtc->counters[tmp])) in arm_cmn_event_add()
/kernel/linux/linux-6.6/drivers/perf/
H A Darm-cmn.c183 #define CMN_EVENT_WP_COMBINE(event) FIELD_GET(CMN_CONFIG_WP_COMBINE, (event)->attr.config) macro
1350 u32 combine = CMN_EVENT_WP_COMBINE(event); in arm_cmn_wp_config()
1611 val->wp[dtm][wp_idx] = CMN_EVENT_WP_COMBINE(event) + 1; in arm_cmn_val_add_event()
1665 if (wp_cmb && wp_cmb != CMN_EVENT_WP_COMBINE(event) + 1) in arm_cmn_validate_group()
1843 if (tmp >= 0 && CMN_EVENT_WP_COMBINE(event) != in arm_cmn_event_add()
1844 CMN_EVENT_WP_COMBINE(dtc->counters[tmp])) in arm_cmn_event_add()

Completed in 9 milliseconds