Searched refs:fobj_rop (Results 1 – 1 of 1) sorted by relevance
412 struct fobj_rop { struct420 static void rop_init(struct fobj_rop *rop, const struct fobj_ops *ops, in rop_init() argument431 struct fobj_rop *rop = NULL; in fobj_ro_paged_alloc()444 static struct fobj_rop *to_rop(struct fobj *fobj) in to_rop()448 return container_of(fobj, struct fobj_rop, fobj); in to_rop()451 static void rop_uninit(struct fobj_rop *rop) in rop_uninit()460 struct fobj_rop *rop = to_rop(fobj); in rop_free()466 static TEE_Result rop_load_page_helper(struct fobj_rop *rop, in rop_load_page_helper()528 struct fobj_rop rop;
Completed in 4 milliseconds