Home
last modified time | relevance | path

Searched refs:fobj_rop (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/mm/
H A Dfobj.c416 struct fobj_rop { struct
424 static void rop_init(struct fobj_rop *rop, const struct fobj_ops *ops, in rop_init() argument
435 struct fobj_rop *rop = NULL; in fobj_ro_paged_alloc()
448 static struct fobj_rop *to_rop(struct fobj *fobj) in to_rop()
452 return container_of(fobj, struct fobj_rop, fobj); in to_rop()
455 static void rop_uninit(struct fobj_rop *rop) in rop_uninit()
464 struct fobj_rop *rop = to_rop(fobj); in rop_free()
470 static TEE_Result rop_load_page_helper(struct fobj_rop *rop, in rop_load_page_helper()
532 struct fobj_rop rop;