Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-priv.h81 #define CORESIGHT_BARRIER_PKT_SIZE (sizeof(coresight_barrier_pkt))
114 memcpy(buf, coresight_barrier_pkt, CORESIGHT_BARRIER_PKT_SIZE); in CS_LOCK()
78 #define CORESIGHT_BARRIER_PKT_SIZE global() macro
H A Dcoresight-tmc-etr.c946 CORESIGHT_BARRIER_PKT_SIZE, &bufp); in tmc_etr_buf_insert_barrier_packet()
947 if (WARN_ON(len < 0 || len < CORESIGHT_BARRIER_PKT_SIZE)) in tmc_etr_buf_insert_barrier_packet()
950 return offset + CORESIGHT_BARRIER_PKT_SIZE; in tmc_etr_buf_insert_barrier_packet()
H A Dcoresight-tmc-etf.c559 if (lost && i < CORESIGHT_BARRIER_PKT_SIZE) { in tmc_update_etf_buffer()
H A Dcoresight-etb10.c537 if (lost && i < CORESIGHT_BARRIER_PKT_SIZE) { in etb_update_buffer()