Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/tee/optee/
Doptee.c252 static void *optee_construct_page_list(void *buf, uint32_t len, uint64_t *phys_buf);
365 pl = optee_construct_page_list(shm->addr, shm->size, &pl_phys_and_offset); in handle_cmd_alloc()
914 static void *optee_construct_page_list(void *buf, uint32_t len, uint64_t *phys_buf) in optee_construct_page_list() function
984 pl = optee_construct_page_list(shm->addr, shm->size, &pl_phys_and_offset); in optee_shm_register()