Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dmobj.c363 const struct mobj_ops mobj_with_fobj_ops; variable
381 m->mobj.ops = &mobj_with_fobj_ops; in mobj_with_fobj_alloc()
394 assert(mobj && mobj->ops == &mobj_with_fobj_ops); in to_mobj_with_fobj()
471 const struct mobj_ops mobj_with_fobj_ops
483 if (mobj->ops == &mobj_with_fobj_ops && in mobj_is_paged()
/optee_os/core/arch/arm/kernel/
H A Dlink_dummies_paged.c61 const struct mobj_ops mobj_with_fobj_ops __rodata_dummy;