Searched refs:matches (Results 1 – 7 of 7) sorted by relevance
| /optee_os/scripts/kconfig/kconfiglib/ |
| H A D | menuconfig.py | 2052 if sel_node_i == len(matches) - 1: 2056 and scroll < _max_scroll(matches, matches_win): 2092 matches = [] 2093 add_match = matches.append 2134 matches = [] 2141 bad_re, matches, sel_node_i, scroll) 2148 if matches: 2149 _jump_to(matches[sel_node_i]) 2166 if matches: 2168 _info_dialog(matches[sel_node_i], True) [all …]
|
| /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, 681 .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 | 2497 agreement algorithm in use matches the algorithm the key was declared with.
|