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

/freebsd-13-stable/sys/arm64/coresight/
H A Dcoresight_etm4x.h51 #define TRCCONFIGR_COND_S 8 /* Conditional instruction tracing bit. */ macro
52 #define TRCCONFIGR_COND_M (0x7 << TRCCONFIGR_COND_S)
54 #define TRCCONFIGR_COND_LDR (1 << TRCCONFIGR_COND_S) /* Conditional load instructions are traced. */
55 #define TRCCONFIGR_COND_STR (2 << TRCCONFIGR_COND_S) /* Conditional store instructions are traced. */
56 #define TRCCONFIGR_COND_LDRSTR (3 << TRCCONFIGR_COND_S) /* Conditional load and store instructions are traced. */
57 #define TRCCONFIGR_COND_ALL (7 << TRCCONFIGR_COND_S) /* All conditional instructions are traced. */

Completed in 203 milliseconds