Home
last modified time | relevance | path

Searched defs:etr_buf (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/drivers/hwtracing/coresight/
Dcoresight-tmc-etr.c47 struct etr_buf *etr_buf; member
604 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_flat_buf()
635 static void tmc_etr_free_flat_buf(struct etr_buf *etr_buf) in tmc_etr_free_flat_buf()
649 static void tmc_etr_sync_flat_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_flat_buf()
678 static ssize_t tmc_etr_get_data_flat_buf(struct etr_buf *etr_buf, in tmc_etr_get_data_flat_buf()
703 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_sg_buf()
719 static void tmc_etr_free_sg_buf(struct etr_buf *etr_buf) in tmc_etr_free_sg_buf()
729 static ssize_t tmc_etr_get_data_sg_buf(struct etr_buf *etr_buf, u64 offset, in tmc_etr_get_data_sg_buf()
737 static void tmc_etr_sync_sg_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_sg_buf()
820 struct etr_buf *etr_buf, int node, in tmc_etr_mode_alloc_buf()
[all …]
Dcoresight-tmc.h155 struct etr_buf { struct
163 const struct etr_buf_operations *ops; argument
178 * @etr_buf: details of buffer used in TMC-ETR argument
203 struct etr_buf *etr_buf; /* TMC ETR */ member
Dcoresight-catu.c286 static void catu_free_etr_buf(struct etr_buf *etr_buf) in catu_free_etr_buf()
298 static ssize_t catu_get_data_etr_buf(struct etr_buf *etr_buf, u64 offset, in catu_get_data_etr_buf()
306 static void catu_sync_etr_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in catu_sync_etr_buf()
332 struct etr_buf *etr_buf, int node, void **pages) in catu_alloc_etr_buf()
405 struct etr_buf *etr_buf = NULL; in catu_enable_hw() local