dax: move all DAX radix tree defs to fs/dax.c
[linux-2.6-microblaze.git] / include / linux / coresight-pmu.h
index 7d41026..edfeaba 100644 (file)
 /* ETMv3.5/PTM's ETMCR config bit */
 #define ETM_OPT_CYCACC  12
 #define ETM_OPT_TS      28
+#define ETM_OPT_RETSTK 29
+
+/* ETMv4 CONFIGR programming bits for the ETM OPTs */
+#define ETM4_CFG_BIT_CYCACC    4
+#define ETM4_CFG_BIT_TS                11
+#define ETM4_CFG_BIT_RETSTK    12
 
 static inline int coresight_get_trace_id(int cpu)
 {