sgtidx            485 drivers/hwtracing/coresight/coresight-tmc-etr.c 	int sgtidx = 0;	/* index to the sg_table within the current syspage */
sgtidx            513 drivers/hwtracing/coresight/coresight-tmc-etr.c 			if (sgtidx == ETR_SG_PAGES_PER_SYSPAGE - 1) {
sgtidx            517 drivers/hwtracing/coresight/coresight-tmc-etr.c 					(ETR_SG_PAGE_SIZE * (sgtidx + 1));
sgtidx            536 drivers/hwtracing/coresight/coresight-tmc-etr.c 			if (!INC_IDX_ROUND(sgtidx, ETR_SG_PAGES_PER_SYSPAGE))