Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c493 int sgtidx = 0; /* index to the sg_table within the current syspage */ in tmc_etr_sg_table_populate() local
521 if (sgtidx == ETR_SG_PAGES_PER_SYSPAGE - 1) { in tmc_etr_sg_table_populate()
525 (ETR_SG_PAGE_SIZE * (sgtidx + 1)); in tmc_etr_sg_table_populate()
544 if (!INC_IDX_ROUND(sgtidx, ETR_SG_PAGES_PER_SYSPAGE)) in tmc_etr_sg_table_populate()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c491 int sgtidx = 0; /* index to the sg_table within the current syspage */ in tmc_etr_sg_table_populate() local
519 if (sgtidx == ETR_SG_PAGES_PER_SYSPAGE - 1) { in tmc_etr_sg_table_populate()
523 (ETR_SG_PAGE_SIZE * (sgtidx + 1)); in tmc_etr_sg_table_populate()
542 if (!INC_IDX_ROUND(sgtidx, ETR_SG_PAGES_PER_SYSPAGE)) in tmc_etr_sg_table_populate()

Completed in 6 milliseconds