Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dmobj_dyn_shm.c271 static bool mobj_reg_shm_matches(struct mobj *mobj, enum buf_is_attr attr);
290 .matches = mobj_reg_shm_matches,
300 DECLARE_KEEP_PAGER(mobj_reg_shm_matches);
304 static bool mobj_reg_shm_matches(struct mobj *mobj __maybe_unused, in mobj_reg_shm_matches() function