Lines Matching refs:tiny
188 struct xe_bo *pt, *bo = m->pt_bo, *big, *tiny;
220 tiny = xe_bo_create_pin_map(xe, tile, m->q->vm,
224 if (IS_ERR(tiny)) {
225 KUNIT_FAIL(test, "Failed to allocate tiny fake pt: %li\n",
226 PTR_ERR(tiny));
279 xe_map_memset(xe, &tiny->vmap, 0, 0x22, xe_bo_size(tiny));
281 fence = xe_migrate_clear(m, tiny, tiny->ttm.resource,
287 retval = xe_map_rd(xe, &tiny->vmap, 0, u32);
289 retval = xe_map_rd(xe, &tiny->vmap, xe_bo_size(tiny) - 4, u32);
293 test_copy_sysmem(m, tiny, test);
296 test_copy_vram(m, tiny, test);
324 xe_bo_unpin(tiny);
325 xe_bo_put(tiny);