Searched refs:frag_length (Results 1 – 3 of 3) sorted by relevance
147 ffa_mtd_flag32_t flags, uint32_t *frag_length, in memory_retrieve() argument186 *frag_length = ret._regs[2]; in memory_retrieve()189 if (*frag_length == 0U || *total_length == 0U || in memory_retrieve()190 *frag_length > *total_length || *frag_length > (mb->rxtx_page_count * PAGE_SIZE)) { in memory_retrieve()196 memcpy(mem_region_buffer, mb->rx_buffer, *frag_length); in memory_retrieve()
143 uint32_t frag_length; in test_memory_send() local152 frag_length = ffa_return._regs[3]; in test_memory_send()155 if (frag_length > total_length || in test_memory_send()156 frag_length > (mailbox.rxtx_page_count * PAGE_SIZE)) { in test_memory_send()162 if (frag_length + recv_length >= REGION_BUF_SIZE) { in test_memory_send()168 frag_length); in test_memory_send()175 recv_length += frag_length; in test_memory_send()
99 ffa_mtd_flag32_t flags, uint32_t *frag_length,
Completed in 4 milliseconds