Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c878 e->user_pages = kvcalloc(bo->tbo.ttm->num_pages, in amdgpu_cs_parser_bos()
881 if (!e->user_pages) { 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()
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()
[all …]
H A Damdgpu_bo_list.h41 struct page **user_pages; member
/linux-6.15/drivers/infiniband/hw/hfi1/
H A DMakefile49 user_pages.o \
/linux-6.15/fs/fuse/
H A Dfuse_i.h325 bool user_pages:1; member
H A Ddev.c1110 if (cs->req->args->user_pages) { in fuse_copy_page()
H A Dfile.c1596 ap->args.user_pages = true; in fuse_get_user_pages()