mem_glob 167 drivers/gpu/drm/ttm/ttm_bo.c ttm_mem_global_free(bdev->glob->mem_glob, acc_size); mem_glob 1301 drivers/gpu/drm/ttm/ttm_bo.c struct ttm_mem_global *mem_glob = bdev->glob->mem_glob; mem_glob 1304 drivers/gpu/drm/ttm/ttm_bo.c ret = ttm_mem_global_alloc(mem_glob, acc_size, ctx); mem_glob 1321 drivers/gpu/drm/ttm/ttm_bo.c ttm_mem_global_free(mem_glob, acc_size); mem_glob 1663 drivers/gpu/drm/ttm/ttm_bo.c glob->mem_glob = &ttm_mem_glob; mem_glob 1664 drivers/gpu/drm/ttm/ttm_bo.c glob->mem_glob->bo_glob = glob; mem_glob 1031 drivers/gpu/drm/ttm/ttm_page_alloc.c struct ttm_mem_global *mem_glob = ttm->bdev->glob->mem_glob; mem_glob 1041 drivers/gpu/drm/ttm/ttm_page_alloc.c ttm_mem_global_free_page(mem_glob, ttm->pages[i], PAGE_SIZE); mem_glob 1052 drivers/gpu/drm/ttm/ttm_page_alloc.c struct ttm_mem_global *mem_glob = ttm->bdev->glob->mem_glob; mem_glob 1059 drivers/gpu/drm/ttm/ttm_page_alloc.c if (ttm_check_under_lowerlimit(mem_glob, ttm->num_pages, ctx)) mem_glob 1070 drivers/gpu/drm/ttm/ttm_page_alloc.c ret = ttm_mem_global_alloc_page(mem_glob, ttm->pages[i], mem_glob 890 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c struct ttm_mem_global *mem_glob = ttm->bdev->glob->mem_glob; mem_glob 901 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c if (ttm_check_under_lowerlimit(mem_glob, num_pages, ctx)) mem_glob 929 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c ret = ttm_mem_global_alloc_page(mem_glob, ttm->pages[i], mem_glob 966 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c ret = ttm_mem_global_alloc_page(mem_glob, ttm->pages[i], mem_glob 995 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c struct ttm_mem_global *mem_glob = ttm->bdev->glob->mem_glob; mem_glob 1016 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c ttm_mem_global_free_page(mem_glob, d_page->p, mem_glob 1045 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c ttm_mem_global_free_page(mem_glob, d_page->p, mem_glob 93 drivers/gpu/drm/vmwgfx/ttm_object.c struct ttm_mem_global *mem_glob; mem_glob 352 drivers/gpu/drm/vmwgfx/ttm_object.c struct ttm_mem_global *mem_glob = tfile->tdev->mem_glob; mem_glob 381 drivers/gpu/drm/vmwgfx/ttm_object.c ret = ttm_mem_global_alloc(mem_glob, sizeof(*ref), mem_glob 387 drivers/gpu/drm/vmwgfx/ttm_object.c ttm_mem_global_free(mem_glob, sizeof(*ref)); mem_glob 412 drivers/gpu/drm/vmwgfx/ttm_object.c ttm_mem_global_free(mem_glob, sizeof(*ref)); mem_glob 427 drivers/gpu/drm/vmwgfx/ttm_object.c struct ttm_mem_global *mem_glob = tfile->tdev->mem_glob; mem_glob 438 drivers/gpu/drm/vmwgfx/ttm_object.c ttm_mem_global_free(mem_glob, sizeof(*ref)); mem_glob 526 drivers/gpu/drm/vmwgfx/ttm_object.c ttm_object_device_init(struct ttm_mem_global *mem_glob, mem_glob 536 drivers/gpu/drm/vmwgfx/ttm_object.c tdev->mem_glob = mem_glob; mem_glob 633 drivers/gpu/drm/vmwgfx/ttm_object.c ttm_mem_global_free(tdev->mem_glob, tdev->dma_buf_size); mem_glob 727 drivers/gpu/drm/vmwgfx/ttm_object.c ret = ttm_mem_global_alloc(tdev->mem_glob, tdev->dma_buf_size, mem_glob 737 drivers/gpu/drm/vmwgfx/ttm_object.c ttm_mem_global_free(tdev->mem_glob, mem_glob 308 drivers/gpu/drm/vmwgfx/ttm_object.h ttm_object_device_init(struct ttm_mem_global *mem_glob, mem_glob 609 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c struct ttm_mem_global *mem_glob = vmw_mem_glob(fman->dev_priv); mem_glob 621 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c ret = ttm_mem_global_alloc(mem_glob, fman->user_fence_size, mem_glob 665 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c ttm_mem_global_free(mem_glob, fman->user_fence_size); mem_glob 426 include/drm/ttm/ttm_bo_driver.h struct ttm_mem_global *mem_glob;