Home
last modified time | relevance | path

Searched refs:res32 (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/
Ddrm_ioc32.c642 drm_ctx_res32_t res32; in compat_drm_resctx() local
646 if (copy_from_user(&res32, argp, sizeof(res32))) in compat_drm_resctx()
652 if (__put_user(res32.count, &res->count) in compat_drm_resctx()
653 || __put_user((struct drm_ctx __user *) (unsigned long)res32.contexts, in compat_drm_resctx()
661 if (__get_user(res32.count, &res->count) in compat_drm_resctx()
662 || __put_user(res32.count, &argp->count)) in compat_drm_resctx()