Lines Matching defs:pages
57 * in number of pages, not number of bytes. That means, object sizes and offsets
114 * @pages: Size of object (page-based)
119 * whole requested area (given the size in number of pages as @pages).
142 unsigned long pages)
167 if (offset < start + pages)
182 * @pages: Allocation size visible to user-space (in number of pages)
185 * nothing and return 0. @pages is the size of the object given in number of
186 * pages.
194 * @pages is not required to be the same size as the underlying memory object
202 struct drm_vma_offset_node *node, unsigned long pages)
210 &node->vm_node, pages);