Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/mm/
A Dmobj_ffa.c16 struct mobj_ffa { struct
18 SLIST_ENTRY(mobj_ffa) link; argument
30 SLIST_HEAD(mobj_ffa_head, mobj_ffa); argument
64 struct mobj_ffa *mf = NULL; in ffa_new()
88 struct mobj_ffa *mf = NULL; in mobj_ffa_sel1_spmc_new()
139 struct mobj_ffa *p = NULL; in pop_from_list()
166 struct mobj_ffa *mf = NULL; in find_in_list()
194 struct mobj_ffa *mf = NULL; in mobj_ffa_spmc_new()
261 struct mobj_ffa *mf = NULL; in mobj_ffa_sel1_spmc_reclaim()
306 struct mobj_ffa *mf = NULL; in mobj_ffa_unregister_by_cookie()
[all …]
A Dsub.mk9 srcs-$(CFG_CORE_FFA) += mobj_ffa.c
/optee_os-3.20.0/core/include/mm/
A Dmobj.h243 struct mobj_ffa *mobj_ffa_sel1_spmc_new(unsigned int num_pages);
244 void mobj_ffa_sel1_spmc_delete(struct mobj_ffa *mobj);
247 struct mobj_ffa *mobj_ffa_spmc_new(uint64_t cookie, unsigned int num_pages);
248 void mobj_ffa_spmc_delete(struct mobj_ffa *mobj);
251 uint64_t mobj_ffa_get_cookie(struct mobj_ffa *mobj);
252 TEE_Result mobj_ffa_add_pages_at(struct mobj_ffa *mobj, unsigned int *idx,
254 uint64_t mobj_ffa_push_to_inactive(struct mobj_ffa *mobj);
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dthread_spmc.h35 struct mobj_ffa *thread_spmc_populate_mobj_from_rx(uint64_t cookie);
/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread_spmc.c33 struct mobj_ffa *mf;
1447 struct mobj_ffa *mf) in set_pages()
1466 struct mobj_ffa *thread_spmc_populate_mobj_from_rx(uint64_t cookie) in thread_spmc_populate_mobj_from_rx()
1468 struct mobj_ffa *ret = NULL; in thread_spmc_populate_mobj_from_rx()
1472 struct mobj_ffa *mf = NULL; in thread_spmc_populate_mobj_from_rx()

Completed in 10 milliseconds