Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hwtracing/coresight/
A Dcoresight-tmc-etr.c140 tmc_pages_get_offset(struct tmc_pages *tmc_pages, dma_addr_t addr) in tmc_pages_get_offset() argument
159 static void tmc_pages_free(struct tmc_pages *tmc_pages, in tmc_pages_free() argument
166 if (tmc_pages->daddrs && tmc_pages->daddrs[i]) in tmc_pages_free()
169 if (tmc_pages->pages && tmc_pages->pages[i]) in tmc_pages_free()
173 kfree(tmc_pages->pages); in tmc_pages_free()
175 tmc_pages->pages = NULL; in tmc_pages_free()
188 static int tmc_pages_alloc(struct tmc_pages *tmc_pages, in tmc_pages_alloc() argument
198 tmc_pages->daddrs = kcalloc(nr_pages, sizeof(*tmc_pages->daddrs), in tmc_pages_alloc()
200 if (!tmc_pages->daddrs) in tmc_pages_alloc()
202 tmc_pages->pages = kcalloc(nr_pages, sizeof(*tmc_pages->pages), in tmc_pages_alloc()
[all …]
A Dcoresight-tmc.h231 struct tmc_pages { struct
253 struct tmc_pages table_pages; argument
254 struct tmc_pages data_pages;
A Dcoresight-catu.c120 struct tmc_pages *table_pages = &catu_table->table_pages; in catu_get_table()

Completed in 10 milliseconds