Lines Matching refs:ovly
108 struct spu_overlay_info ovly;
238 ovly_table_sym) / sizeof (ovly);
242 if (copy_from_user(&ovly, ovly_table + i, sizeof (ovly)))
245 /* The ovly.vma/size/offset arguments are analogous to the same
250 * computed using ovly.buf as the index into the table. Since
251 * ovly.buf values begin at '1' to reference the first (or 0th)
253 * from ovly.buf.
268 map = vma_map_add(map, ovly.vma, ovly.size, ovly.offset,
269 ovly_buf_table_sym + (ovly.buf-1) * 4, i+1);