Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H 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
471 pages_list = optee_allocate_pages_list(num_pages); in optee_shm_register()
472 if (!pages_list) in optee_shm_register()
494 optee_fill_pages_list(pages_list, pages, num_pages, in optee_shm_register()
508 msg_arg->params->u.tmem.buf_ptr = virt_to_phys(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
729 pages_list = optee_allocate_pages_list(page_count); in handle_rpc_func_cmd_shm_alloc()
[all …]
/linux/drivers/iommu/iommufd/
H A Dioas.c289 LIST_HEAD(pages_list); in iommufd_ioas_copy()
312 &pages_list); in iommufd_ioas_copy()
326 rc = iopt_map_pages(&dst_ioas->iopt, &pages_list, cmd->length, &iova, in iommufd_ioas_copy()
336 iopt_free_pages_list(&pages_list); in iommufd_ioas_copy()