Lines Matching defs:size
52 amd->params[i].mref.size = tee[i].u.memref.size;
53 pr_debug("%s: bufid[%d] = 0x%x, offset[%d] = 0x%x, size[%d] = 0x%x\n",
57 i, amd->params[i].mref.size);
104 tee[i].u.memref.size = amd->params[i].mref.size;
105 pr_debug("%s: bufid[%d] = 0x%x, offset[%d] = 0x%x, size[%d] = 0x%x\n",
109 i, amd->params[i].mref.size);
302 if (!start[i].kaddr || (start[i].size & (PAGE_SIZE - 1))) {
322 cmd->sg_list.buf[i].size = start[i].size;
323 cmd->sg_list.size += cmd->sg_list.buf[i].size;
329 pr_debug("buf[%d]:size = 0x%x\n", i, cmd->sg_list.buf[i].size);
330 pr_debug("list size = 0x%x\n", cmd->sg_list.size);
399 int handle_load_ta(void *data, u32 size, struct tee_ioctl_open_session_arg *arg)
406 if (size == 0 || !data || !arg)
417 load_cmd.size = size;