Lines Matching refs:user_pages
901 e->user_pages = kvcalloc(bo->tbo.ttm->num_pages, in amdgpu_cs_parser_bos()
904 if (!e->user_pages) { in amdgpu_cs_parser_bos()
910 r = amdgpu_ttm_tt_get_user_pages(bo, e->user_pages, &e->range); in amdgpu_cs_parser_bos()
912 kvfree(e->user_pages); in amdgpu_cs_parser_bos()
913 e->user_pages = NULL; in amdgpu_cs_parser_bos()
918 if (bo->tbo.ttm->pages[i] != e->user_pages[i]) { in amdgpu_cs_parser_bos()
962 e->user_invalidated && e->user_pages) { in amdgpu_cs_parser_bos()
971 e->user_pages); in amdgpu_cs_parser_bos()
974 kvfree(e->user_pages); in amdgpu_cs_parser_bos()
975 e->user_pages = NULL; in amdgpu_cs_parser_bos()
1017 if (!e->user_pages) in amdgpu_cs_parser_bos()
1020 kvfree(e->user_pages); in amdgpu_cs_parser_bos()
1021 e->user_pages = NULL; in amdgpu_cs_parser_bos()