Home
last modified time | relevance | path

Searched refs:pages_list (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/iommu/iommufd/
A Dio_pagetable.c246 struct list_head *pages_list, in iopt_alloc_area_pages() argument
254 list_for_each_entry(elm, pages_list, next) { in iopt_alloc_area_pages()
291 list_for_each_entry(elm, pages_list, next) { in iopt_alloc_area_pages()
337 list_for_each_entry(elm, pages_list, next) { in iopt_fill_domains_pages()
345 list_for_each_entry(undo_elm, pages_list, next) { in iopt_fill_domains_pages()
366 rc = iopt_fill_domains_pages(pages_list); in iopt_map_pages()
371 list_for_each_entry(elm, pages_list, next) { in iopt_map_pages()
412 LIST_HEAD(pages_list); in iopt_map_user_pages()
423 list_add(&elm.next, &pages_list); in iopt_map_user_pages()
634 list_add_tail(&elm->next, pages_list); in iopt_get_pages()
[all …]
A Dioas.c245 LIST_HEAD(pages_list); in iommufd_ioas_copy()
268 &pages_list); in iommufd_ioas_copy()
282 rc = iopt_map_pages(&dst_ioas->iopt, &pages_list, cmd->length, &iova, in iommufd_ioas_copy()
292 iopt_free_pages_list(&pages_list); in iommufd_ioas_copy()
A Diommufd_private.h63 unsigned long length, struct list_head *pages_list);
64 void iopt_free_pages_list(struct list_head *pages_list);
72 int iopt_map_pages(struct io_pagetable *iopt, struct list_head *pages_list,
/linux/drivers/tee/optee/
A Dsmc_abi.c410 u64 pages_list[PAGELIST_ENTRIES_PER_PAGE]; in optee_fill_pages_list() member
434 pages_data->pages_list[n++] = optee_page; in optee_fill_pages_list()
460 u64 *pages_list; in optee_shm_register() local
472 if (!pages_list) in optee_shm_register()
517 optee_free_pages_list(pages_list, num_pages); in optee_shm_register()
727 u64 *pages_list; in handle_rpc_func_cmd_shm_alloc() local
730 if (!pages_list) { in handle_rpc_func_cmd_shm_alloc()
735 call_ctx->pages_list = pages_list; in handle_rpc_func_cmd_shm_alloc()
772 if (call_ctx->pages_list) { in free_pages_list()
773 optee_free_pages_list(call_ctx->pages_list, in free_pages_list()
[all …]
A Doptee_private.h269 void *pages_list; member
/linux/drivers/infiniband/hw/mlx5/
A Dmr.c162 list_add_tail(&page->list, &ent->mkeys_queue.pages_list); in push_mkey_locked()
164 page = list_last_entry(&ent->mkeys_queue.pages_list, in push_mkey_locked()
180 last_page = list_last_entry(&ent->mkeys_queue.pages_list, in pop_mkey_locked()
854 INIT_LIST_HEAD(&ent->mkeys_queue.pages_list); in mlx5r_mkeys_init()
856 list_add_tail(&page->list, &ent->mkeys_queue.pages_list); in mlx5r_mkeys_init()
866 page = list_last_entry(&ent->mkeys_queue.pages_list, in mlx5r_mkeys_uninit()
A Dmlx5_ib.h779 struct list_head pages_list; member

Completed in 28 milliseconds