Searched refs:matches (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/include/mm/ |
A D | mobj.h | 33 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 D | mobj.c | 129 .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 D | sp_mem.c | 180 .matches = mobj_sp_matches,
|
A D | mobj_dyn_shm.c | 268 .matches = mobj_reg_shm_matches,
|
A D | mobj_ffa.c | 615 .matches = ffa_matches,
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 565 agreement algorithm in use matches the algorithm the key was declared with.
|
Completed in 13 milliseconds