Home
last modified time | relevance | path

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

/trusty/kernel/lib/arm_ffa/
Darm_ffa.c568 struct ffa_comp_mrd* comp_mrd; in arm_ffa_mem_retrieve_start() local
605 if (emad->comp_mrd_offset + sizeof(*comp_mrd) > fragment_len) { in arm_ffa_mem_retrieve_start()
611 comp_mrd = ffa_rx + emad->comp_mrd_offset; in arm_ffa_mem_retrieve_start()
613 uint32_t address_range_count_out = comp_mrd->address_range_count; in arm_ffa_mem_retrieve_start()
614 frag_info->address_ranges = comp_mrd->address_range_array; in arm_ffa_mem_retrieve_start()
619 sizeof(struct ffa_cons_mrd) * comp_mrd->address_range_count; in arm_ffa_mem_retrieve_start()