Lines Matching defs:buf_to_tee
978 static bool package_notch_msg(struct mb_cmd_pack *mb_pack, uint8_t **buf_to_tee,
982 *buf_to_tee = mailbox_alloc(buf_len, 0);
983 if (*buf_to_tee == NULL) {
987 if (memcpy_s(*buf_to_tee, buf_len, &tui_param->value,
990 mailbox_free(*buf_to_tee);
997 (uint32_t)mailbox_virt_to_phys((uintptr_t)*buf_to_tee);
999 (uint64_t)mailbox_virt_to_phys((uintptr_t)*buf_to_tee) >> ADDR_TRANS_NUM;
1073 uint8_t *buf_to_tee = NULL;
1108 if (!package_notch_msg(mb_pack, &buf_to_tee,
1130 if (buf_to_tee != NULL)
1131 mailbox_free(buf_to_tee);