Lines Matching defs:handle
271 *(volatile uint8_t *)((uintptr_t)((map)->handle) + (offset))
273 *(volatile uint16_t *)((uintptr_t)((map)->handle) + (offset))
275 *(volatile uint32_t *)((uintptr_t)((map)->handle) + (offset))
277 *(volatile uint64_t *)((uintptr_t)((map)->handle) + (offset))
279 *(volatile uint8_t *)((uintptr_t)((map)->handle) + (offset)) = (val)
281 *(volatile uint16_t *)((uintptr_t)((map)->handle) + (offset)) = (val)
283 *(volatile uint32_t *)((uintptr_t)((map)->handle) + (offset)) = (val)
285 *(volatile uint64_t *)((uintptr_t)((map)->handle) + (offset)) = (val)
544 void *handle; /**< User-space: "Handle" to pass to mmap() */
549 ddi_acc_handle_t acc_handle; /**< The data access handle */
551 int callback; /** need callback ops to handle GTT mmap */
570 drm_context_t handle; /**< context handle */
597 /* Handle count of this object. Each handle also holds a reference */
702 unsigned long handle; /**< handle */
738 unsigned long handle;
871 * \param dev dev DRM device handle.
943 struct drm_device *dev, uint32_t handle,
947 uint32_t handle);
1114 /** \name Context handle management */
1354 extern int drm_agp_free_memory(agp_allocate_t *handle, drm_device_t *dev);
1520 extern int drm_check_dma_handle(struct drm_device *dev, ddi_dma_handle_t handle);
1521 extern int drm_check_acc_handle(struct drm_device *dev, ddi_acc_handle_t handle);
1571 int drm_gem_handle_delete(struct drm_file *filp, u32 handle);
1584 u32 handle);
1587 uint32_t handle);