Lines Matching defs:mobj

32 	struct mobj mobj;  member
42 static void *mobj_phys_get_va(struct mobj *mobj, size_t offset, size_t len) in mobj_phys_get_va()
52 static TEE_Result mobj_phys_get_pa(struct mobj *mobj, size_t offs, in mobj_phys_get_pa()
75 static TEE_Result mobj_phys_get_mem_type(struct mobj *mobj, uint32_t *mem_type) in mobj_phys_get_mem_type()
86 static bool mobj_phys_matches(struct mobj *mobj, enum buf_is_attr attr) in mobj_phys_matches()
108 static void mobj_phys_free(struct mobj *mobj) in mobj_phys_free()
129 static struct mobj_phys *to_mobj_phys(struct mobj *mobj) in to_mobj_phys()
205 static void *mobj_virt_get_va(struct mobj *mobj, size_t offset, in mobj_virt_get_va()
239 struct mobj mobj; member
246 static void *mobj_shm_get_va(struct mobj *mobj, size_t offset, size_t len) in mobj_shm_get_va()
257 static TEE_Result mobj_shm_get_pa(struct mobj *mobj, size_t offs, in mobj_shm_get_pa()
280 static size_t mobj_shm_get_phys_offs(struct mobj *mobj, size_t granule) in mobj_shm_get_phys_offs()
302 static void mobj_shm_free(struct mobj *mobj) in mobj_shm_free()
309 static uint64_t mobj_shm_get_cookie(struct mobj *mobj) in mobj_shm_get_cookie()
329 static struct mobj_shm *to_mobj_shm(struct mobj *mobj) in to_mobj_shm()
359 struct mobj mobj; member
392 static struct mobj_with_fobj *to_mobj_with_fobj(struct mobj *mobj) in to_mobj_with_fobj()
413 static void mobj_with_fobj_free(struct mobj *mobj) in mobj_with_fobj_free()
422 static struct fobj *mobj_with_fobj_get_fobj(struct mobj *mobj) in mobj_with_fobj_get_fobj()
427 static TEE_Result mobj_with_fobj_get_mem_type(struct mobj *mobj, in mobj_with_fobj_get_mem_type()
440 static TEE_Result mobj_with_fobj_get_pa(struct mobj *mobj, size_t offs, in mobj_with_fobj_get_pa()
481 bool mobj_is_paged(struct mobj *mobj) in mobj_is_paged()