Home
last modified time | relevance | path

Searched refs:nr_tpages (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-catu.c263 int nr_tpages; in catu_init_sg_table() local
270 nr_tpages = DIV_ROUND_UP(size, SZ_1M) / CATU_PAGES_PER_SYSPAGE; in catu_init_sg_table()
271 catu_table = tmc_alloc_sg_table(catu_dev, node, nr_tpages, in catu_init_sg_table()
279 catu_table, (unsigned long)size >> 10, nr_tpages); in catu_init_sg_table()
H A Dcoresight-tmc-etr.c315 * @nr_tpages - Number of pages for the table entries.
321 int nr_tpages, in tmc_alloc_sg_table()
332 sg_table->table_pages.nr_pages = nr_tpages; in tmc_alloc_sg_table()
567 int nr_entries, nr_tpages; in tmc_init_etr_sg_table() local
576 nr_tpages = DIV_ROUND_UP(nr_entries, ETR_SG_PTRS_PER_SYSPAGE); in tmc_init_etr_sg_table()
578 sg_table = tmc_alloc_sg_table(dev, node, nr_tpages, nr_dpages, pages); in tmc_init_etr_sg_table()
319 tmc_alloc_sg_table(struct device *dev, int node, int nr_tpages, int nr_dpages, void **pages) tmc_alloc_sg_table() argument
H A Dcoresight-tmc.h312 int nr_tpages,
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-catu.c263 int nr_tpages; in catu_init_sg_table() local
270 nr_tpages = DIV_ROUND_UP(size, SZ_1M) / CATU_PAGES_PER_SYSPAGE; in catu_init_sg_table()
271 catu_table = tmc_alloc_sg_table(catu_dev, node, nr_tpages, in catu_init_sg_table()
279 catu_table, (unsigned long)size >> 10, nr_tpages); in catu_init_sg_table()
H A Dcoresight-tmc-etr.c313 * @nr_tpages - Number of pages for the table entries.
319 int nr_tpages, in tmc_alloc_sg_table()
330 sg_table->table_pages.nr_pages = nr_tpages; in tmc_alloc_sg_table()
565 int nr_entries, nr_tpages; in tmc_init_etr_sg_table() local
574 nr_tpages = DIV_ROUND_UP(nr_entries, ETR_SG_PTRS_PER_SYSPAGE); in tmc_init_etr_sg_table()
576 sg_table = tmc_alloc_sg_table(dev, node, nr_tpages, nr_dpages, pages); in tmc_init_etr_sg_table()
317 tmc_alloc_sg_table(struct device *dev, int node, int nr_tpages, int nr_dpages, void **pages) tmc_alloc_sg_table() argument
H A Dcoresight-tmc.h316 int nr_tpages,

Completed in 9 milliseconds