Lines Matching refs:user_pages
877 e->user_pages = kvmalloc_array(bo->tbo.ttm->num_pages, in amdgpu_cs_parser_bos()
880 if (!e->user_pages) { in amdgpu_cs_parser_bos()
886 r = amdgpu_ttm_tt_get_user_pages(bo, e->user_pages, &e->range); in amdgpu_cs_parser_bos()
888 kvfree(e->user_pages); in amdgpu_cs_parser_bos()
889 e->user_pages = NULL; in amdgpu_cs_parser_bos()
894 if (bo->tbo.ttm->pages[i] != e->user_pages[i]) { in amdgpu_cs_parser_bos()
938 e->user_invalidated && e->user_pages) { in amdgpu_cs_parser_bos()
947 e->user_pages); in amdgpu_cs_parser_bos()
950 kvfree(e->user_pages); in amdgpu_cs_parser_bos()
951 e->user_pages = NULL; in amdgpu_cs_parser_bos()
993 if (!e->user_pages) in amdgpu_cs_parser_bos()
996 kvfree(e->user_pages); in amdgpu_cs_parser_bos()
997 e->user_pages = NULL; in amdgpu_cs_parser_bos()