Searched refs:tp (Results 1 – 4 of 4) sorted by relevance
56 unsigned long tp; in read_tp() local58 asm volatile("mv %0, tp" : "=&r"(tp)); in read_tp()59 return tp; in read_tp()
51 unsigned long tp; member
1244 const struct tee_cryp_obj_type_props *tp; in tee_obj_attr_free() local1250 if (!tp) in tee_obj_attr_free()1262 const struct tee_cryp_obj_type_props *tp; in tee_obj_attr_clear() local1268 if (!tp) in tee_obj_attr_clear()1282 const struct tee_cryp_obj_type_props *tp; in tee_obj_attr_to_binary() local1295 if (!tp) in tee_obj_attr_to_binary()1316 const struct tee_cryp_obj_type_props *tp; in tee_obj_attr_from_binary() local1325 if (!tp) in tee_obj_attr_from_binary()1354 if (!tp) in tee_obj_attr_copy_from()1360 ta = tp->type_attrs + n; in tee_obj_attr_copy_from()[all …]
794 unsigned long tp = (unsigned long)p; local796 tp += sizeof(*bdh) + hdr_size + align;797 tp &= ~(align - 1);798 tp -= hdr_size;799 buf = (void *)tp;
Completed in 14 milliseconds