Searched refs:optee_alloc_and_init_page_list (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/tee/optee/ |
A D | optee_private.h | 80 void *optee_alloc_and_init_page_list(void *buf, ulong len, u64 *phys_buf_ptr);
|
A D | supplicant.c | 43 pl = optee_alloc_and_init_page_list(shm->addr, shm->size, &ph_ptr); in cmd_shm_alloc()
|
A D | core.c | 79 void *optee_alloc_and_init_page_list(void *buf, ulong len, u64 *phys_buf_ptr) in optee_alloc_and_init_page_list() function 453 pl = optee_alloc_and_init_page_list(shm->addr, shm->size, &ph_ptr); in optee_shm_register()
|
/u-boot/drivers/tee/ |
A D | sandbox.c | 59 void *optee_alloc_and_init_page_list(void *buf, ulong len, in optee_alloc_and_init_page_list() function
|
Completed in 10 milliseconds