Lines Matching refs:memory
224 * Allocate AGP memory.
233 * memory via alloc_agp() and creates a drm_agp_mem entry for it.
264 list_add(&entry->head, &dev->agp->memory, (caddr_t)entry);
281 * Search for the AGP memory entry associated with a handle.
284 * \param handle AGP memory handle.
287 * Walks through drm_agp_head::memory until finding a matching handle.
294 list_for_each_entry(entry, struct drm_agp_mem, &dev->agp->memory, head) {
302 * Unbind AGP memory from the GATT (ioctl).
310 * Verifies the AGP device is present and acquired, looks-up the AGP memory
348 * Bind AGP memory into the GATT (ioctl)
356 * Verifies the AGP device is present and has been acquired and that no memory
357 * is currently bound into the GATT. Looks-up the AGP memory entry and passes
396 * Free AGP memory (ioctl).
405 * AGP memory entry. If the memory it's currently bound, unbind it via
480 INIT_LIST_HEAD(&head->memory);
545 * Binds a collection of pages into AGP memory at the given offset, returning
546 * the AGP memory structure containing them.