Home
last modified time | relevance | path

Searched defs:fobj (Results 1 – 12 of 12) sorted by relevance

/optee_os/core/include/mm/
A Dfobj.h22 struct fobj { struct
23 const struct fobj_ops *ops; argument
32 * struct fobj_ops - operations struct for struct fobj argument
119 static inline TEE_Result fobj_load_page(struct fobj *fobj, in fobj_load_page()
136 static inline TEE_Result fobj_save_page(struct fobj *fobj, in fobj_save_page()
145 static inline vaddr_t fobj_get_iv_vaddr(struct fobj *fobj, in fobj_get_iv_vaddr()
185 static inline struct fobj *fobj_get(struct fobj *fobj) in fobj_get()
200 static inline void fobj_put(struct fobj *fobj) in fobj_put()
A Dfile.h23 struct fobj *fobj; member
A Dtee_mmu_types.h96 struct fobj *fobj; member
/optee_os/core/mm/
A Dfobj.c50 struct fobj fobj; member
55 struct fobj fobj; member
75 static void fobj_uninit(struct fobj *fobj) in fobj_uninit()
215 static void rwp_paged_iv_free(struct fobj *fobj) in rwp_paged_iv_free()
359 struct fobj *fobj = NULL; in rwp_init() local
414 struct fobj fobj; member
457 static void rop_free(struct fobj *fobj) in rop_free()
631 static void rrp_free(struct fobj *fobj) in rrp_free()
698 static void lop_free(struct fobj *fobj) in lop_free()
743 struct fobj fobj; member
[all …]
A Dfile.c81 TEE_Result file_add_slice(struct file *f, struct fobj *fobj, in file_add_slice()
A Dmobj.c458 struct fobj *fobj; member
564 struct fobj *fobj; member
571 struct mobj *mobj_with_fobj_alloc(struct fobj *fobj, struct file *file) in mobj_with_fobj_alloc()
A Dvm.c304 struct fobj *fobj = mobj_get_fobj(mobj); in vm_map_pad() local
530 struct fobj *fobj = NULL; in vm_remap() local
/optee_os/core/arch/arm/mm/
A Dtee_pager.c55 struct fobj *fobj; member
626 struct fobj *fobj) in tee_pager_add_core_region()
736 struct fobj *fobj, uint32_t prot) in pager_add_um_region()
814 struct fobj *fobj, uint32_t prot) in tee_pager_add_um_region()
1183 void tee_pager_invalidate_fobj(struct fobj *fobj) in tee_pager_invalidate_fobj()
1500 static void make_iv_available(struct fobj *fobj, unsigned int fobj_pgidx, in make_iv_available()
2002 struct fobj *fobj = NULL; in tee_pager_alloc() local
2027 vaddr_t tee_pager_init_iv_region(struct fobj *fobj) in tee_pager_init_iv_region()
/optee_os/core/arch/arm/kernel/
A Dldelf_loader.c33 struct fobj *fobj = fobj_ta_mem_alloc(num_pgs); in alloc_and_map_ldelf_fobj() local
A Dstmm_sp.c169 struct fobj *fobj = fobj_ta_mem_alloc(num_pgs); in alloc_and_map_sp_fobj() local
A Dboot.c407 struct fobj *fobj = NULL; in init_runtime() local
A Dthread.c1009 struct fobj *fobj = NULL; in init_thread_stacks() local

Completed in 25 milliseconds