Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
H A Dmobj_ffa.c78 struct mobj_ffa { struct
80 SLIST_ENTRY(mobj_ffa) link; argument
89 struct mobj_ffa mf; argument
97 struct mobj_ffa mf;
103 SLIST_HEAD(mobj_ffa_head, mobj_ffa);
163 static struct mobj_ffa *ffa_shm_new(unsigned int num_pages) in ffa_shm_new()
187 static struct mobj_ffa *ffa_prm_new(unsigned int num_pages, in ffa_prm_new()
212 struct mobj_ffa *mobj_ffa_sel1_spmc_new(uint64_t cookie, in mobj_ffa_sel1_spmc_new()
216 struct mobj_ffa *m = NULL; in mobj_ffa_sel1_spmc_new()
275 static size_t get_page_count(struct mobj_ffa *mf) in get_page_count()
[all …]
H A Dsub.mk8 srcs-$(CFG_CORE_FFA) += mobj_ffa.c
/optee_os/core/include/mm/
H A Dmobj.h245 struct mobj_ffa *mobj_ffa_sel1_spmc_new(uint64_t cookie,
248 void mobj_ffa_sel1_spmc_delete(struct mobj_ffa *mobj);
251 struct mobj_ffa *mobj_ffa_spmc_new(uint64_t cookie, unsigned int num_pages,
253 void mobj_ffa_spmc_delete(struct mobj_ffa *mobj);
256 uint64_t mobj_ffa_get_cookie(struct mobj_ffa *mobj);
257 TEE_Result mobj_ffa_add_pages_at(struct mobj_ffa *mobj, unsigned int *idx,
259 TEE_Result mobj_ffa_push_to_inactive(struct mobj_ffa *mobj);
/optee_os/core/arch/arm/include/kernel/
H A Dthread_spmc.h79 struct mobj_ffa *thread_spmc_populate_mobj_from_rx(uint64_t cookie,
/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c41 struct mobj_ffa *mf;
2701 struct mobj_ffa *mf) in set_pages()
2720 struct mobj_ffa *thread_spmc_populate_mobj_from_rx(uint64_t cookie, in thread_spmc_populate_mobj_from_rx()
2723 struct mobj_ffa *ret = NULL; in thread_spmc_populate_mobj_from_rx()
2727 struct mobj_ffa *mf = NULL; in thread_spmc_populate_mobj_from_rx()