Home
last modified time | relevance | path

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

/optee_os/core/mm/
A Dmobj.c242 struct mobj_mm { struct
248 static struct mobj_mm *to_mobj_mm(struct mobj *mobj); argument
289 struct mobj_mm *m = to_mobj_mm(mobj); in mobj_mm_free()
308 static struct mobj_mm *to_mobj_mm(struct mobj *mobj) in to_mobj_mm()
311 return container_of(mobj, struct mobj_mm, mobj); in to_mobj_mm()
317 struct mobj_mm *m = calloc(1, sizeof(*m)); in mobj_mm_alloc()

Completed in 3 milliseconds