Searched refs:nr_tpages (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/hwtracing/coresight/ |
D | coresight-catu.c | 261 int nr_tpages; in catu_init_sg_table() local 268 nr_tpages = DIV_ROUND_UP(size, SZ_1M) / CATU_PAGES_PER_SYSPAGE; in catu_init_sg_table() 269 catu_table = tmc_alloc_sg_table(catu_dev, node, nr_tpages, in catu_init_sg_table() 277 catu_table, (unsigned long)size >> 10, nr_tpages); in catu_init_sg_table()
|
D | coresight-tmc-etr.c | 283 int nr_tpages, in tmc_alloc_sg_table() argument 294 sg_table->table_pages.nr_pages = nr_tpages; in tmc_alloc_sg_table() 525 int nr_entries, nr_tpages; in tmc_init_etr_sg_table() local 534 nr_tpages = DIV_ROUND_UP(nr_entries, ETR_SG_PTRS_PER_SYSPAGE); in tmc_init_etr_sg_table() 536 sg_table = tmc_alloc_sg_table(dev, node, nr_tpages, nr_dpages, pages); in tmc_init_etr_sg_table()
|
D | coresight-tmc.h | 292 int nr_tpages,
|