Home
last modified time | relevance | path

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

/optee_os-3.20.0/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-3.20.0/core/arch/arm/mm/
A Dsp_mem.c153 static size_t get_phys_offs(struct mobj *mobj __maybe_unused, in get_phys_offs() function
178 .get_phys_offs = get_phys_offs,
A Dmobj_dyn_shm.c265 .get_phys_offs = mobj_reg_shm_get_phys_offs,
A Dmobj_ffa.c612 .get_phys_offs = ffa_get_phys_offs,
/optee_os-3.20.0/core/mm/
A Dmobj.c127 .get_phys_offs = NULL, /* only offset 0 */
304 .get_phys_offs = mobj_mm_get_phys_offs,
431 .get_phys_offs = mobj_shm_get_phys_offs,

Completed in 8 milliseconds