Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tee/optee/
H A Doptee_private.h63 void *optee_alloc_and_init_page_list(void *buf, ulong len, u64 *phys_buf_ptr);
H A Dsupplicant.c42 pl = optee_alloc_and_init_page_list(shm->addr, shm->size, &ph_ptr); in cmd_shm_alloc()
H A Dcore.c76 void *optee_alloc_and_init_page_list(void *buf, ulong len, u64 *phys_buf_ptr) in optee_alloc_and_init_page_list() function
450 pl = optee_alloc_and_init_page_list(shm->addr, shm->size, &ph_ptr); in optee_shm_register()