Searched refs:m32 (Results 1 – 1 of 1) sorted by relevance
180 drm_map32_t m32; in compat_drm_getmap() local184 if (copy_from_user(&m32, argp, sizeof(m32))) in compat_drm_getmap()187 map.offset = m32.offset; in compat_drm_getmap()192 m32.offset = map.offset; in compat_drm_getmap()193 m32.size = map.size; in compat_drm_getmap()194 m32.type = map.type; in compat_drm_getmap()195 m32.flags = map.flags; in compat_drm_getmap()196 m32.handle = ptr_to_compat((void __user *)map.handle); in compat_drm_getmap()197 m32.mtrr = map.mtrr; in compat_drm_getmap()198 if (copy_to_user(argp, &m32, sizeof(m32))) in compat_drm_getmap()[all …]