Home
last modified time | relevance | path

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

/optee_os/scripts/kconfig/kconfiglib/
H A Dmenuconfig.py2052 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 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,
681 .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 DChangeLog2497 agreement algorithm in use matches the algorithm the key was declared with.