Searched refs:uq32 (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/ |
D | drm_ioc32.c | 136 drm_unique32_t uq32; in compat_drm_getunique() local 140 if (copy_from_user(&uq32, (void __user *)arg, sizeof(uq32))) in compat_drm_getunique() 146 if (__put_user(uq32.unique_len, &u->unique_len) in compat_drm_getunique() 147 || __put_user((void __user *)(unsigned long)uq32.unique, in compat_drm_getunique() 155 if (__get_user(uq32.unique_len, &u->unique_len)) in compat_drm_getunique() 157 if (copy_to_user((void __user *)arg, &uq32, sizeof(uq32))) in compat_drm_getunique() 165 drm_unique32_t uq32; in compat_drm_setunique() local 168 if (copy_from_user(&uq32, (void __user *)arg, sizeof(uq32))) in compat_drm_setunique() 174 if (__put_user(uq32.unique_len, &u->unique_len) in compat_drm_setunique() 175 || __put_user((void __user *)(unsigned long)uq32.unique, in compat_drm_setunique()
|