Lines Matching refs:DRM_MEM_MAPS
80 map = DRM(alloc)( sizeof(*map), DRM_MEM_MAPS ); in DRM()
85 DRM(free)( map, sizeof(*map), DRM_MEM_MAPS ); in DRM()
94 DRM(free)( map, sizeof(*map), DRM_MEM_MAPS ); in DRM()
100 DRM(free)( map, sizeof(*map), DRM_MEM_MAPS ); in DRM()
112 DRM(free)( map, sizeof(*map), DRM_MEM_MAPS ); in DRM()
134 DRM(free)( map, sizeof(*map), DRM_MEM_MAPS ); in DRM()
154 DRM(free)(map, sizeof(*map), DRM_MEM_MAPS); in DRM()
161 DRM(free)( map, sizeof(*map), DRM_MEM_MAPS ); in DRM()
165 list = DRM(alloc)(sizeof(*list), DRM_MEM_MAPS); in DRM()
167 DRM(free)(map, sizeof(*map), DRM_MEM_MAPS); in DRM()
229 DRM(free)(list, sizeof(*list), DRM_MEM_MAPS); in DRM()
257 DRM(free)(map, sizeof(*map), DRM_MEM_MAPS); in DRM()