Searched refs:uq32 (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/ |
D | drm_ioc32.c | 137 drm_unique32_t uq32; in compat_drm_getunique() local 141 if (copy_from_user(&uq32, (void __user *)arg, sizeof(uq32))) in compat_drm_getunique() 147 if (__put_user(uq32.unique_len, &u->unique_len) in compat_drm_getunique() 148 || __put_user((void __user *)(unsigned long)uq32.unique, in compat_drm_getunique() 156 if (__get_user(uq32.unique_len, &u->unique_len)) in compat_drm_getunique() 158 if (copy_to_user((void __user *)arg, &uq32, sizeof(uq32))) in compat_drm_getunique() 166 drm_unique32_t uq32; in compat_drm_setunique() local 169 if (copy_from_user(&uq32, (void __user *)arg, sizeof(uq32))) in compat_drm_setunique() 175 if (__put_user(uq32.unique_len, &u->unique_len) in compat_drm_setunique() 176 || __put_user((void __user *)(unsigned long)uq32.unique, in compat_drm_setunique()
|