Lines Matching defs:mobj
35 struct mobj mobj; member
45 static void *mobj_phys_get_va(struct mobj *mobj, size_t offset, size_t len) in mobj_phys_get_va()
55 static TEE_Result mobj_phys_get_pa(struct mobj *mobj, size_t offs, in mobj_phys_get_pa()
78 static TEE_Result mobj_phys_get_mem_type(struct mobj *mobj, uint32_t *mem_type) in mobj_phys_get_mem_type()
89 static bool mobj_phys_matches(struct mobj *mobj, enum buf_is_attr attr) in mobj_phys_matches()
112 static void mobj_phys_free(struct mobj *mobj) in mobj_phys_free()
133 static struct mobj_phys *to_mobj_phys(struct mobj *mobj) in to_mobj_phys()
215 static void *mobj_virt_get_va(struct mobj *mobj, size_t offset, in mobj_virt_get_va()
247 struct mobj mobj; member
252 static size_t mobj_mm_offs(struct mobj *mobj, size_t offs) in mobj_mm_offs()
259 static void *mobj_mm_get_va(struct mobj *mobj, size_t offs, size_t len) in mobj_mm_get_va()
266 static TEE_Result mobj_mm_get_pa(struct mobj *mobj, size_t offs, in mobj_mm_get_pa()
274 static size_t mobj_mm_get_phys_offs(struct mobj *mobj, size_t granule) in mobj_mm_get_phys_offs()
279 static TEE_Result mobj_mm_get_mem_type(struct mobj *mobj, uint32_t *mem_type) in mobj_mm_get_mem_type()
284 static bool mobj_mm_matches(struct mobj *mobj, enum buf_is_attr attr) in mobj_mm_matches()
289 static void mobj_mm_free(struct mobj *mobj) in mobj_mm_free()
310 static struct mobj_mm *to_mobj_mm(struct mobj *mobj) in to_mobj_mm()
348 struct mobj mobj; member
355 static void *mobj_shm_get_va(struct mobj *mobj, size_t offset, size_t len) in mobj_shm_get_va()
366 static TEE_Result mobj_shm_get_pa(struct mobj *mobj, size_t offs, in mobj_shm_get_pa()
389 static size_t mobj_shm_get_phys_offs(struct mobj *mobj, size_t granule) in mobj_shm_get_phys_offs()
411 static void mobj_shm_free(struct mobj *mobj) in mobj_shm_free()
418 static uint64_t mobj_shm_get_cookie(struct mobj *mobj) in mobj_shm_get_cookie()
438 static struct mobj_shm *to_mobj_shm(struct mobj *mobj) in to_mobj_shm()
473 struct mobj mobj; member
479 static struct mobj_seccpy_shm *to_mobj_seccpy_shm(struct mobj *mobj) in to_mobj_seccpy_shm()
485 static void *mobj_seccpy_shm_get_va(struct mobj *mobj, size_t offs, size_t len) in mobj_seccpy_shm_get_va()
505 static void mobj_seccpy_shm_free(struct mobj *mobj) in mobj_seccpy_shm_free()
515 static struct fobj *mobj_seccpy_shm_get_fobj(struct mobj *mobj) in mobj_seccpy_shm_get_fobj()
532 static bool mobj_is_seccpy_shm(struct mobj *mobj) in mobj_is_seccpy_shm()
582 struct mobj mobj; member
615 static struct mobj_with_fobj *to_mobj_with_fobj(struct mobj *mobj) in to_mobj_with_fobj()
636 static void mobj_with_fobj_free(struct mobj *mobj) in mobj_with_fobj_free()
645 static struct fobj *mobj_with_fobj_get_fobj(struct mobj *mobj) in mobj_with_fobj_get_fobj()
650 static TEE_Result mobj_with_fobj_get_mem_type(struct mobj *mobj, in mobj_with_fobj_get_mem_type()
663 static TEE_Result mobj_with_fobj_get_pa(struct mobj *mobj, size_t offs, in mobj_with_fobj_get_pa()
704 bool mobj_is_paged(struct mobj *mobj) in mobj_is_paged()