Searched refs:optee_fill_pages_list (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/tee/optee/ |
H A D | optee_private.h | 183 void optee_fill_pages_list(u64 *dst, struct page **pages, int num_pages,
|
H A D | call.c | 483 * optee_fill_pages_list() - write list of user pages to given shared 494 void optee_fill_pages_list(u64 *dst, struct page **pages, int num_pages, in optee_fill_pages_list() function 638 optee_fill_pages_list(pages_list, pages, num_pages, in optee_shm_register()
|
H A D | rpc.c | 369 optee_fill_pages_list(pages_list, pages, page_num, in handle_rpc_func_cmd_shm_alloc()
|
/kernel/linux/linux-6.6/drivers/tee/optee/ |
H A D | smc_abi.c | 388 * optee_fill_pages_list() - write list of user pages to given shared 399 static void optee_fill_pages_list(u64 *dst, struct page **pages, int num_pages, in optee_fill_pages_list() function 493 optee_fill_pages_list(pages_list, pages, num_pages, in optee_shm_register() 758 optee_fill_pages_list(pages_list, pages, page_num, in handle_rpc_func_cmd_shm_alloc()
|
Completed in 5 milliseconds