Searched refs:matches (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/include/mm/ |
| H A D | mobj.h | 39 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 D | mobj.c | 125 .matches = mobj_phys_matches, 324 .matches = mobj_shm_matches, 473 .matches = mobj_with_fobj_matches,
|
| H A D | mobj_dyn_shm.c | 290 .matches = mobj_reg_shm_matches, 678 .matches = mobj_protmem_matches,
|
| /optee_os/core/arch/arm/mm/ |
| H A D | sp_mem.c | 180 .matches = mobj_sp_matches,
|
| H A D | mobj_ffa.c | 946 .matches = ffa_shm_matches, 1019 .matches = ffa_prm_matches,
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 2454 agreement algorithm in use matches the algorithm the key was declared with.
|