Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c536 size_t fpi_size = sizeof(*fpi); in spmc_fill_partition_entry() local
539 fpi_size += FFA_UUID_SIZE; in spmc_fill_partition_entry()
541 if ((idx + 1) * fpi_size > blen) in spmc_fill_partition_entry()
544 fpi = (void *)((vaddr_t)buf + idx * fpi_size); in spmc_fill_partition_entry()
608 uint32_t fpi_size = 0; in spmc_handle_partition_info_get() local
649 fpi_size = sizeof(struct ffa_partition_info_x) + FFA_UUID_SIZE; in spmc_handle_partition_info_get()
651 spmc_set_args(args, ret_fid, FFA_PARAM_MBZ, rc, fpi_size, in spmc_handle_partition_info_get()