Lines Matching defs:address
123 * address for the mmap() region such that it will not
128 * kernel virtual address.
284 * address if the map's offset isn't already within the
325 * As we're limiting the address to 2^32-1 (or less),
812 buf->address = (void *)(agp_offset + offset);
829 DRM_DEBUG("buffer %d @ %p\n", entry->buf_count, buf->address);
1010 buf->address = (void *)(dmah->vaddr + offset);
1032 entry->buf_count, buf->address);
1174 buf->address = (void *)(agp_offset + offset
1192 DRM_DEBUG("buffer %d @ %p\n", entry->buf_count, buf->address);
1558 unsigned long address = virtual + buf->offset; /* *** */
1568 if (copy_to_user(&request->list[idx].address, &address,
1569 sizeof(address)))