Searched refs:usr_attrs_bbuf (Results 1 – 1 of 1) sorted by relevance
1735 struct utee_attribute *usr_attrs_bbuf = NULL; in copy_in_attrs() local1740 usr_attrs_bbuf = bb_alloc(size); in copy_in_attrs()1741 if (!usr_attrs_bbuf) in copy_in_attrs()1744 res = copy_from_user(usr_attrs_bbuf, usr_attrs, size); in copy_in_attrs()1749 attrs[n].attributeID = usr_attrs_bbuf[n].attribute_id; in copy_in_attrs()1751 attrs[n].content.value.a = usr_attrs_bbuf[n].a; in copy_in_attrs()1752 attrs[n].content.value.b = usr_attrs_bbuf[n].b; in copy_in_attrs()1754 uintptr_t buf = usr_attrs_bbuf[n].a; in copy_in_attrs()1755 size_t len = usr_attrs_bbuf[n].b; in copy_in_attrs()1771 bb_free(usr_attrs_bbuf, size); in copy_in_attrs()