Lines Matching defs:start
69 unsigned long start,
85 * @start: Start address (page-based, not byte-based)
89 * It only returns the exact object with the given start address.
92 * Node at exact start address @start.
96 unsigned long start,
101 node = drm_vma_offset_lookup_locked(mgr, start, pages);
102 return (node && node->vm_node.start == start) ? node : NULL;
155 * drm_vma_node_start() - Return start address for page-based addressing
158 * Return the start address of the given node. This can be used as offset into
170 return node->vm_node.start;
204 return ((__u64)node->vm_node.start) << PAGE_SHIFT;