Searched refs:coresight_etm4x_cross_read (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/hwtracing/coresight/ |
D | coresight-etm4x-sysfs.c | 2350 #define coresight_etm4x_cross_read(name, offset) \ macro 2364 coresight_etm4x_cross_read(trcoslsr, TRCOSLSR); 2365 coresight_etm4x_cross_read(trcconfig, TRCCONFIGR); 2366 coresight_etm4x_cross_read(trctraceid, TRCTRACEIDR); 2385 coresight_etm4x_cross_read(trcidr0, TRCIDR0); 2386 coresight_etm4x_cross_read(trcidr1, TRCIDR1); 2387 coresight_etm4x_cross_read(trcidr2, TRCIDR2); 2388 coresight_etm4x_cross_read(trcidr3, TRCIDR3); 2389 coresight_etm4x_cross_read(trcidr4, TRCIDR4); 2390 coresight_etm4x_cross_read(trcidr5, TRCIDR5); [all …]
|