Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hwtracing/coresight/
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()
A Dcoresight-tmc-etr.c318 int nr_tpages, in tmc_alloc_sg_table() argument
329 sg_table->table_pages.nr_pages = nr_tpages; in tmc_alloc_sg_table()
564 int nr_entries, nr_tpages; in tmc_init_etr_sg_table() local
573 nr_tpages = DIV_ROUND_UP(nr_entries, ETR_SG_PTRS_PER_SYSPAGE); in tmc_init_etr_sg_table()
575 sg_table = tmc_alloc_sg_table(dev, node, nr_tpages, nr_dpages, pages); in tmc_init_etr_sg_table()
A Dcoresight-tmc.h316 int nr_tpages,

Completed in 9 milliseconds