Searched refs:user_pages (Results 1 – 2 of 2) sorted by relevance
878 e->user_pages = kvcalloc(bo->tbo.ttm->num_pages, in amdgpu_cs_parser_bos()881 if (!e->user_pages) { in amdgpu_cs_parser_bos()887 r = amdgpu_ttm_tt_get_user_pages(bo, e->user_pages, &e->range); in amdgpu_cs_parser_bos()889 kvfree(e->user_pages); in amdgpu_cs_parser_bos()890 e->user_pages = NULL; in amdgpu_cs_parser_bos()895 if (bo->tbo.ttm->pages[i] != e->user_pages[i]) { in amdgpu_cs_parser_bos()941 e->user_invalidated && e->user_pages) { in amdgpu_cs_parser_bos()950 e->user_pages); in amdgpu_cs_parser_bos()953 kvfree(e->user_pages); in amdgpu_cs_parser_bos()954 e->user_pages = NULL; in amdgpu_cs_parser_bos()[all …]
41 struct vm_page **user_pages; member