Searched refs:pages_list (Results 1 – 2 of 2) sorted by relevance
389 u64 pages_list[PAGELIST_ENTRIES_PER_PAGE]; in optee_fill_pages_list() member413 pages_data->pages_list[n++] = optee_page; in optee_fill_pages_list()439 u64 *pages_list; in optee_shm_register() local450 pages_list = optee_allocate_pages_list(num_pages); in optee_shm_register()451 if (!pages_list) in optee_shm_register()473 optee_fill_pages_list(pages_list, pages, num_pages, in optee_shm_register()487 msg_arg->params->u.tmem.buf_ptr = virt_to_phys(pages_list) | in optee_shm_register()496 optee_free_pages_list(pages_list, num_pages); in optee_shm_register()708 u64 *pages_list; in handle_rpc_func_cmd_shm_alloc() local717 pages_list = optee_allocate_pages_list(page_num); in handle_rpc_func_cmd_shm_alloc()[all …]
205 void *pages_list; member