Home
last modified time | relevance | path

Searched refs:user_pages (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c877 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()
[all …]
H A Damdgpu_bo_list.h41 struct page **user_pages; member
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A DMakefile49 user_pages.o \
/openbmc/linux/fs/fuse/
H A Dfuse_i.h280 bool user_pages:1; member
H A Ddev.c943 if (cs->req->args->user_pages) { in fuse_copy_page()
H A Dfile.c1414 ap->args.user_pages = true; in fuse_get_user_pages()