nr_tpages 263 drivers/hwtracing/coresight/coresight-catu.c int nr_tpages; nr_tpages 270 drivers/hwtracing/coresight/coresight-catu.c nr_tpages = DIV_ROUND_UP(size, SZ_1M) / CATU_PAGES_PER_SYSPAGE; nr_tpages 271 drivers/hwtracing/coresight/coresight-catu.c catu_table = tmc_alloc_sg_table(catu_dev, node, nr_tpages, nr_tpages 279 drivers/hwtracing/coresight/coresight-catu.c catu_table, (unsigned long)size >> 10, nr_tpages); nr_tpages 317 drivers/hwtracing/coresight/coresight-tmc-etr.c int nr_tpages, nr_tpages 328 drivers/hwtracing/coresight/coresight-tmc-etr.c sg_table->table_pages.nr_pages = nr_tpages; nr_tpages 559 drivers/hwtracing/coresight/coresight-tmc-etr.c int nr_entries, nr_tpages; nr_tpages 568 drivers/hwtracing/coresight/coresight-tmc-etr.c nr_tpages = DIV_ROUND_UP(nr_entries, ETR_SG_PTRS_PER_SYSPAGE); nr_tpages 570 drivers/hwtracing/coresight/coresight-tmc-etr.c sg_table = tmc_alloc_sg_table(dev, node, nr_tpages, nr_dpages, pages); nr_tpages 311 drivers/hwtracing/coresight/coresight-tmc.h int nr_tpages,