Lines Matching refs:content
22 ua[n].a = attrs[n].content.value.a; in __utee_from_attr()
23 ua[n].b = attrs[n].content.value.b; in __utee_from_attr()
25 ua[n].a = (uintptr_t)attrs[n].content.ref.buffer; in __utee_from_attr()
26 ua[n].b = attrs[n].content.ref.length; in __utee_from_attr()
40 ua[n].a = attrs[n].content.value.a; in __utee_from_gp11_attr()
41 ua[n].b = attrs[n].content.value.b; in __utee_from_gp11_attr()
43 ua[n].a = (uintptr_t)attrs[n].content.ref.buffer; in __utee_from_gp11_attr()
44 ua[n].b = attrs[n].content.ref.length; in __utee_from_gp11_attr()
447 attr->content.ref.buffer = (void *)buffer; in TEE_InitRefAttribute()
448 attr->content.ref.length = length; in TEE_InitRefAttribute()
460 attr->content.ref.buffer = (void *)buffer; in __GP11_TEE_InitRefAttribute()
461 attr->content.ref.length = length; in __GP11_TEE_InitRefAttribute()
472 attr->content.value.a = a; in TEE_InitValueAttribute()
473 attr->content.value.b = b; in TEE_InitValueAttribute()
485 attr->content.value.a = a; in __GP11_TEE_InitValueAttribute()
486 attr->content.value.b = b; in __GP11_TEE_InitValueAttribute()