Searched refs:fpi (Results 1 – 1 of 1) sorted by relevance
535 struct ffa_partition_info_x *fpi = NULL; in spmc_fill_partition_entry() local536 size_t fpi_size = sizeof(*fpi); in spmc_fill_partition_entry()544 fpi = (void *)((vaddr_t)buf + idx * fpi_size); in spmc_fill_partition_entry()545 fpi->id = endpoint_id; in spmc_fill_partition_entry()547 fpi->execution_context = execution_context; in spmc_fill_partition_entry()549 fpi->partition_properties = part_props; in spmc_fill_partition_entry()553 fpi->partition_properties &= FFA_PART_PROP_DIRECT_REQ_RECV | in spmc_fill_partition_entry()559 memcpy(fpi->uuid, uuid_words, FFA_UUID_SIZE); in spmc_fill_partition_entry()561 memset(fpi->uuid, 0, FFA_UUID_SIZE); in spmc_fill_partition_entry()