Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/mm/
A Dsp_mem.c22 struct mobj_sp { struct
29 static struct mobj_sp *to_mobj_sp(struct mobj *mobj) in to_mobj_sp() argument
32 return container_of(mobj, struct mobj_sp, mobj); in to_mobj_sp()
41 if (ADD_OVERFLOW(sizeof(struct mobj_sp), s, &s)) in mobj_sp_size()
48 struct mobj_sp *m = NULL; in sp_mem_new_mobj()
70 static size_t get_page_count(struct mobj_sp *ms) in get_page_count()
79 struct mobj_sp *ms = to_mobj_sp(mobj); in sp_mem_add_pages()
107 struct mobj_sp *m = to_mobj_sp(mobj); in get_mem_type()
116 struct mobj_sp *m = to_mobj_sp(mobj); in mobj_sp_matches()
127 struct mobj_sp *ms = to_mobj_sp(mobj); in get_pa()
[all …]

Completed in 3 milliseconds