Lines Matching refs:composite
112 struct ffa_comp_mrd *composite; in test_memory_send() local
181 composite = ffa_memory_region_get_composite(m, 0); in test_memory_send()
182 if (composite == NULL) { in test_memory_send()
188 (void *)composite->address_range_array[0].address, in test_memory_send()
189 composite->address_range_array[0].page_count, PAGE_SIZE); in test_memory_send()
205 for (int32_t i = 0; i < (int32_t)composite->address_range_count; i++) { in test_memory_send()
206 size_t size = composite->address_range_array[i].page_count * PAGE_SIZE; in test_memory_send()
208 ptr = (char *) composite->address_range_array[i].address; in test_memory_send()
217 (uint64_t)composite->address_range_array[i].address, in test_memory_send()
223 (uint64_t)composite->address_range_array[i].address, in test_memory_send()
224 composite->address_range_array[i].page_count * PAGE_SIZE); in test_memory_send()
247 for (uint32_t i = 0U; i < composite->address_range_count; i++) { in test_memory_send()
249 (uint64_t)composite->address_range_array[i].address, in test_memory_send()
250 composite->address_range_array[i].page_count * PAGE_SIZE); in test_memory_send()