Searched defs:fobj (Results 1 – 12 of 12) sorted by relevance
/optee_os-3.20.0/core/include/mm/ |
A D | fobj.h | 22 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 D | file.h | 23 struct fobj *fobj; member
|
A D | tee_mmu_types.h | 110 struct fobj *fobj; member
|
/optee_os-3.20.0/core/mm/ |
A D | fobj.c | 51 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 D | file.c | 81 TEE_Result file_add_slice(struct file *f, struct fobj *fobj, in file_add_slice()
|
A D | mobj.c | 474 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 D | vm.c | 339 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 D | tee_pager.c | 55 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 D | ldelf_loader.c | 33 struct fobj *fobj = fobj_ta_mem_alloc(num_pgs); in alloc_and_map_ldelf_fobj() local
|
A D | stmm_sp.c | 179 struct fobj *fobj = fobj_ta_mem_alloc(num_pgs); in alloc_and_map_sp_fobj() local
|
A D | boot.c | 452 struct fobj *fobj = NULL; in init_runtime() local
|
/optee_os-3.20.0/core/kernel/ |
A D | thread.c | 404 struct fobj *fobj = NULL; in init_thread_stacks() local
|
Completed in 23 milliseconds