Lines Matching refs:bufpp
391 * in the SG buffer. The @bufpp is updated to point to the buffer.
398 u64 offset, size_t len, char **bufpp)
414 *bufpp = page_address(data_pages->pages[pg_idx]) + pg_offset;
680 u64 offset, size_t len, char **bufpp)
684 *bufpp = (char *)flat_buf->vaddr + offset;
800 size_t len, char **bufpp)
804 return tmc_sg_table_get_data(etr_table->sg_table, offset, len, bufpp);
998 * Returns: The size of the linear data available @pos, with *bufpp
1002 u64 offset, size_t len, char **bufpp)
1007 return etr_buf->ops->get_data(etr_buf, (u64)offset, len, bufpp);
1152 * also updating the @bufpp on where to find it. Since the trace data
1160 loff_t pos, size_t len, char **bufpp)
1175 return tmc_etr_buf_get_data(etr_buf, offset, actual, bufpp);