| H A D | thread_spmc.c | 955 uint32_t tot_len, uint32_t frag_len, in spmc_read_mem_transaction() argument 965 if (!IS_ALIGNED_WITH_TYPE(buf, uint64_t) || frag_len > tot_len || in spmc_read_mem_transaction() 1247 static int handle_mem_op_tmem(bool share_mem, paddr_t pbuf, size_t tot_len, in handle_mem_op_tmem() argument 1283 frag_len, tot_len, &mem_trans); in handle_mem_op_tmem() 1292 rc = spmc_sp_add_share(&mem_trans, buf, tot_len, frag_len, in handle_mem_op_tmem() 1303 rc = add_mem_op(share_mem, &mem_trans, mm, buf, tot_len, frag_len, in handle_mem_op_tmem() 1320 static int handle_mem_op_rxbuf(bool share_mem, size_t tot_len, size_t frag_len, in handle_mem_op_rxbuf() argument 1332 frag_len, tot_len, &mem_trans); in handle_mem_op_rxbuf() 1340 rc = spmc_sp_add_share(&mem_trans, rxtx, tot_len, frag_len, in handle_mem_op_rxbuf() 1349 rc = add_mem_op(share_mem, &mem_trans, NULL, rxtx->rx, tot_len, in handle_mem_op_rxbuf() 1364 uint32_t tot_len = args->a1; handle_mem_op() local 2612 spmc_retrieve_req(struct ffa_mem_transaction_x * trans,uint32_t * tot_len,uint32_t * frag_len) spmc_retrieve_req() argument 2711 set_pages(struct mobj_ffa * mf,uint64_t cookie,void * buf,struct ffa_address_range * addr_range,uint32_t total_addr_range_count,uint32_t total_page_count,uint32_t tot_len,uint32_t frag_len) set_pages() argument 2787 uint32_t tot_len = 0; thread_spmc_populate_mobj_from_rx() local [all...] |