Home
last modified time | relevance | path

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

/optee_os/core/include/mm/
H A Dmobj.h39 bool (*matches)(struct mobj *mobj, enum buf_is_attr attr); member
92 if (mobj && mobj->ops && mobj->ops->matches) in mobj_matches()
93 return mobj->ops->matches(mobj, attr); in mobj_matches()
/optee_os/core/mm/
H A Dmobj.c125 .matches = mobj_phys_matches,
324 .matches = mobj_shm_matches,
473 .matches = mobj_with_fobj_matches,
H A Dmobj_dyn_shm.c290 .matches = mobj_reg_shm_matches,
678 .matches = mobj_protmem_matches,
/optee_os/core/arch/arm/mm/
H A Dsp_mem.c180 .matches = mobj_sp_matches,
H A Dmobj_ffa.c946 .matches = ffa_shm_matches,
1019 .matches = ffa_prm_matches,
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog2454 agreement algorithm in use matches the algorithm the key was declared with.