Lines Matching refs:user_pages
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()
939 e->user_invalidated && e->user_pages) { in amdgpu_cs_parser_bos()
948 e->user_pages); in amdgpu_cs_parser_bos()
951 kvfree(e->user_pages); in amdgpu_cs_parser_bos()
952 e->user_pages = NULL; in amdgpu_cs_parser_bos()
994 if (!e->user_pages) in amdgpu_cs_parser_bos()
997 kvfree(e->user_pages); in amdgpu_cs_parser_bos()
998 e->user_pages = NULL; in amdgpu_cs_parser_bos()