Searched refs:CMN_CONFIG1_WP_VAL (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | arm-cmn.c | 142 #define CMN_CONFIG1_WP_VAL GENMASK(63, 0) macro 150 #define CMN_EVENT_WP_VAL(event) FIELD_GET(CMN_CONFIG1_WP_VAL, (event)->attr.config1) 592 _CMN_FORMAT_ATTR(wp_val, 1, CMN_CONFIG1_WP_VAL),
|
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | arm-cmn.c | 180 #define CMN_CONFIG1_WP_VAL GENMASK_ULL(63, 0) macro 188 #define CMN_EVENT_WP_VAL(event) FIELD_GET(CMN_CONFIG1_WP_VAL, (event)->attr.config1) 1288 _CMN_FORMAT_ATTR(wp_val, 1, CMN_CONFIG1_WP_VAL),
|
Completed in 7 milliseconds