Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwtracing/coresight/
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()
Dcoresight-tmc-etr.c319 int nr_tpages, in tmc_alloc_sg_table() argument
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()
Dcoresight-tmc.h316 int nr_tpages,