Lines Matching defs:pages
62 * in number of pages, not number of bytes. That means, object sizes and offsets
119 * @pages: Size of object (page-based)
124 * whole requested area (given the size in number of pages as @pages).
147 unsigned long pages)
172 if (offset < start + pages)
187 * @pages: Allocation size visible to user-space (in number of pages)
190 * nothing and return 0. @pages is the size of the object given in number of
191 * pages.
199 * @pages is not required to be the same size as the underlying memory object
207 struct drm_vma_offset_node *node, unsigned long pages)
215 &node->vm_node, pages);