Searched refs:fobj_rop (Results 1 – 1 of 1) sorted by relevance
411 struct fobj_rop { struct419 static void rop_init(struct fobj_rop *rop, const struct fobj_ops *ops, in rop_init() argument430 struct fobj_rop *rop = NULL; in fobj_ro_paged_alloc()443 static struct fobj_rop *to_rop(struct fobj *fobj) in to_rop()447 return container_of(fobj, struct fobj_rop, fobj); in to_rop()450 static void rop_uninit(struct fobj_rop *rop) in rop_uninit()459 struct fobj_rop *rop = to_rop(fobj); in rop_free()465 static TEE_Result rop_load_page_helper(struct fobj_rop *rop, in rop_load_page_helper()526 struct fobj_rop rop;
Completed in 4 milliseconds