Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/kernel/
H A Dthread_spmc.h47 TEE_Result spmc_fill_partition_entry(uint32_t ffa_vers, void *buf, size_t blen,
/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c529 TEE_Result spmc_fill_partition_entry(uint32_t ffa_vers, void *buf, size_t blen, in spmc_fill_partition_entry() function
590 res = spmc_fill_partition_entry(ffa_vers, buf, buf_size, in lsp_partition_info_get()
H A Dsecure_partition.c161 res = spmc_fill_partition_entry(ffa_vers, buf, buf_size, in sp_partition_info_get()