Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-catu.c34 struct tmc_sg_table *catu_table; member
114 static inline cate_t *catu_get_table(struct tmc_sg_table *catu_table, in catu_get_table() argument
118 unsigned long buf_size = tmc_sg_table_buf_size(catu_table); in catu_get_table()
120 struct tmc_pages *table_pages = &catu_table->table_pages; in catu_get_table()
141 static void catu_dump_table(struct tmc_sg_table *catu_table) in catu_dump_table() argument
147 buf_size = tmc_sg_table_buf_size(catu_table); in catu_dump_table()
148 dev_dbg(catu_table->dev, in catu_dump_table()
150 catu_table, catu_table->table_daddr); in catu_dump_table()
155 table = catu_get_table(catu_table, offset, NULL); in catu_dump_table()
157 dev_dbg(catu_table->dev, "%d: %llx\n", i, table[i]); in catu_dump_table()
[all …]