Searched refs:nr_tpages (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/hwtracing/coresight/ ! |
| H A D | coresight-catu.c | 264 int nr_tpages; in catu_init_sg_table() local 271 nr_tpages = DIV_ROUND_UP(size, CATU_PAGES_PER_SYSPAGE * SZ_1M); in catu_init_sg_table() 272 catu_table = tmc_alloc_sg_table(catu_dev, node, nr_tpages, in catu_init_sg_table() 280 catu_table, (unsigned long)size >> 10, nr_tpages); in catu_init_sg_table()
|
| H A D | coresight-tmc-etr.c | 326 int nr_tpages, in tmc_alloc_sg_table() argument 337 sg_table->table_pages.nr_pages = nr_tpages; in tmc_alloc_sg_table() 571 int nr_entries, nr_tpages; in tmc_init_etr_sg_table() local 580 nr_tpages = DIV_ROUND_UP(nr_entries, ETR_SG_PTRS_PER_SYSPAGE); in tmc_init_etr_sg_table() 582 sg_table = tmc_alloc_sg_table(dev, node, nr_tpages, nr_dpages, pages); in tmc_init_etr_sg_table()
|
| H A D | coresight-tmc.h | 381 int nr_tpages,
|