Home
last modified time | relevance | path

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

/optee_os-3.20.0/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.h110 struct fobj *fobj; member
/optee_os-3.20.0/core/mm/
A Dfobj.c51 struct fobj fobj; member
56 struct fobj fobj; member
76 static void fobj_uninit(struct fobj *fobj) in fobj_uninit()
216 static void rwp_paged_iv_free(struct fobj *fobj) in rwp_paged_iv_free()
360 struct fobj *fobj = NULL; in rwp_init() local
415 struct fobj fobj; member
458 static void rop_free(struct fobj *fobj) in rop_free()
633 static void rrp_free(struct fobj *fobj) in rrp_free()
700 static void lop_free(struct fobj *fobj) in lop_free()
745 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.c474 struct fobj *fobj; member
580 struct fobj *fobj; member
588 struct mobj *mobj_with_fobj_alloc(struct fobj *fobj, struct file *file, in mobj_with_fobj_alloc()
A Dvm.c339 struct fobj *fobj = mobj_get_fobj(mobj); in vm_map_pad() local
567 struct fobj *fobj = NULL; in vm_remap() local
/optee_os-3.20.0/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-3.20.0/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.c179 struct fobj *fobj = fobj_ta_mem_alloc(num_pgs); in alloc_and_map_sp_fobj() local
A Dboot.c452 struct fobj *fobj = NULL; in init_runtime() local
/optee_os-3.20.0/core/kernel/
A Dthread.c404 struct fobj *fobj = NULL; in init_thread_stacks() local

Completed in 23 milliseconds