Home
last modified time | relevance | path

Searched refs:frag_length (Results 1 – 3 of 3) sorted by relevance

/arm-trusted-firmware-2.8.0/bl32/tsp/
A Dffa_helpers.c147 ffa_mtd_flag32_t flags, uint32_t *frag_length, in memory_retrieve() argument
186 *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()
A Dtsp_ffa_main.c143 uint32_t frag_length; in test_memory_send() local
152 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()
A Dffa_helpers.h99 ffa_mtd_flag32_t flags, uint32_t *frag_length,

Completed in 4 milliseconds