Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/perf/
H A Darm-ccn.c208 #define CCN_CONFIG_VC(_config) (((_config) >> 26) & 0x7) macro
795 u32 vc = CCN_CONFIG_VC(event->attr.config); in arm_ccn_pmu_event_init()
975 val |= CCN_CONFIG_VC(event->attr.config) << in arm_ccn_pmu_xp_watchpoint_config()
1006 id = (CCN_CONFIG_VC(event->attr.config) << 4) | in arm_ccn_pmu_xp_event_config()
/kernel/linux/linux-6.6/drivers/perf/
H A Darm-ccn.c208 #define CCN_CONFIG_VC(_config) (((_config) >> 26) & 0x7) macro
790 u32 vc = CCN_CONFIG_VC(event->attr.config); in arm_ccn_pmu_event_init()
970 val |= CCN_CONFIG_VC(event->attr.config) << in arm_ccn_pmu_xp_watchpoint_config()
1001 id = (CCN_CONFIG_VC(event->attr.config) << 4) | in arm_ccn_pmu_xp_event_config()

Completed in 6 milliseconds