Home
last modified time | relevance | path

Searched refs:phys_buf_ptr (Results 1 – 2 of 2) 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 Dcore.c76 void *optee_alloc_and_init_page_list(void *buf, ulong len, u64 *phys_buf_ptr) in optee_alloc_and_init_page_list() argument
126 *phys_buf_ptr = virt_to_phys(page_list) | page_offset; in optee_alloc_and_init_page_list()