Searched refs:coresight_etm4x_cross_read (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/hwtracing/coresight/ |
D | coresight-etm4x-sysfs.c | 2090 #define coresight_etm4x_cross_read(name, offset) \ macro 2104 coresight_etm4x_cross_read(trcoslsr, TRCOSLSR); 2105 coresight_etm4x_cross_read(trcconfig, TRCCONFIGR); 2106 coresight_etm4x_cross_read(trctraceid, TRCTRACEIDR); 2125 coresight_etm4x_cross_read(trcidr0, TRCIDR0); 2126 coresight_etm4x_cross_read(trcidr1, TRCIDR1); 2127 coresight_etm4x_cross_read(trcidr2, TRCIDR2); 2128 coresight_etm4x_cross_read(trcidr3, TRCIDR3); 2129 coresight_etm4x_cross_read(trcidr4, TRCIDR4); 2130 coresight_etm4x_cross_read(trcidr5, TRCIDR5); [all …]
|