Home
last modified time | relevance | path

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

/optee_os/core/include/mm/
A Dmobj.h31 size_t (*get_phys_offs)(struct mobj *mobj, size_t granule); member
73 if (mobj && mobj->ops && mobj->ops->get_phys_offs) in mobj_get_phys_offs()
74 return mobj->ops->get_phys_offs(mobj, granule); in mobj_get_phys_offs()
/optee_os/core/arch/arm/mm/
A Dsp_mem.c136 static size_t get_phys_offs(struct mobj *mobj __maybe_unused, in get_phys_offs() function
161 .get_phys_offs = get_phys_offs,
A Dmobj_dyn_shm.c265 .get_phys_offs = mobj_reg_shm_get_phys_offs,
A Dmobj_ffa.c621 .get_phys_offs = ffa_get_phys_offs,
/optee_os/core/mm/
A Dmobj.c126 .get_phys_offs = NULL, /* only offset 0 */
302 .get_phys_offs = mobj_mm_get_phys_offs,
417 .get_phys_offs = mobj_shm_get_phys_offs,

Completed in 7 milliseconds