Home
last modified time | relevance | path

Searched refs:sgtidx (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-tmc-etr.c490 int sgtidx = 0; /* index to the sg_table within the current syspage */ in tmc_etr_sg_table_populate() local
518 if (sgtidx == ETR_SG_PAGES_PER_SYSPAGE - 1) { in tmc_etr_sg_table_populate()
522 (ETR_SG_PAGE_SIZE * (sgtidx + 1)); in tmc_etr_sg_table_populate()
541 if (!INC_IDX_ROUND(sgtidx, ETR_SG_PAGES_PER_SYSPAGE)) in tmc_etr_sg_table_populate()