Lines Matching refs:utee_params
46 static TEE_Result init_utee_param(struct utee_params *up, in init_utee_param()
52 struct utee_params *up_bbuf = NULL; in init_utee_param()
54 up_bbuf = bb_alloc(sizeof(struct utee_params)); in init_utee_param()
86 res = copy_to_user(up, up_bbuf, sizeof(struct utee_params)); in init_utee_param()
88 bb_free(up_bbuf, sizeof(struct utee_params)); in init_utee_param()
94 const struct utee_params *up) in update_from_utee_param()
98 struct utee_params *up_bbuf = NULL; in update_from_utee_param()
151 struct utee_params *usr_params = NULL; in user_ta_enter()
175 usr_stack -= ROUNDUP(sizeof(struct utee_params), STACK_ALIGNMENT); in user_ta_enter()
176 usr_params = (struct utee_params *)usr_stack; in user_ta_enter()