Home
last modified time | relevance | path

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

/rk3399_ARM-atf/bl32/tsp/
H A Dffa_helpers.c147 ffa_mtd_flag32_t flags, uint32_t *frag_length, in memory_retrieve() argument
188 *frag_length = ret._regs[2]; in memory_retrieve()
191 if (*frag_length == 0U || *total_length == 0U || in memory_retrieve()
192 *frag_length > *total_length || *frag_length > (mb->rxtx_page_count * PAGE_SIZE)) { in memory_retrieve()
198 memcpy(mem_region_buffer, mb->rx_buffer, *frag_length); in memory_retrieve()
H A Dtsp_ffa_main.c144 uint32_t frag_length; in test_memory_send() local
153 frag_length = ffa_return._regs[3]; in test_memory_send()
156 if (frag_length > total_length || in test_memory_send()
157 frag_length > (mailbox.rxtx_page_count * PAGE_SIZE)) { in test_memory_send()
163 if (frag_length + recv_length >= REGION_BUF_SIZE) { in test_memory_send()
169 frag_length); in test_memory_send()
176 recv_length += frag_length; in test_memory_send()
H A Dffa_helpers.h99 ffa_mtd_flag32_t flags, uint32_t *frag_length,