Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/mm/
A Dmobj.h33 bool (*matches)(struct mobj *mobj, enum buf_is_attr attr); member
87 if (mobj && mobj->ops && mobj->ops->matches) in mobj_matches()
88 return mobj->ops->matches(mobj, attr); in mobj_matches()
/optee_os-3.20.0/core/mm/
A Dmobj.c129 .matches = mobj_phys_matches,
306 .matches = mobj_mm_matches,
433 .matches = mobj_shm_matches,
527 .matches = mobj_seccpy_shm_matches,
696 .matches = mobj_with_fobj_matches,
/optee_os-3.20.0/core/arch/arm/mm/
A Dsp_mem.c180 .matches = mobj_sp_matches,
A Dmobj_dyn_shm.c268 .matches = mobj_reg_shm_matches,
A Dmobj_ffa.c615 .matches = ffa_matches,
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog565 agreement algorithm in use matches the algorithm the key was declared with.

Completed in 13 milliseconds