Home
last modified time | relevance | path

Searched refs:optee_allocate_pages_list (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Doptee_private.h181 u64 *optee_allocate_pages_list(size_t num_entries);
H A Dcall.c558 u64 *optee_allocate_pages_list(size_t num_entries) in optee_allocate_pages_list() function
628 pages_list = optee_allocate_pages_list(num_pages); in optee_shm_register()
H A Drpc.c348 pages_list = optee_allocate_pages_list(page_num); in handle_rpc_func_cmd_shm_alloc()