Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dldelf_syscalls.c247 static TEE_Result binh_copy_to(struct bin_handle *binh, vaddr_t va_core, in binh_copy_to() argument
271 res = binh->op->read(binh->h, (void *)va_core, in binh_copy_to()
275 if (va_core) in binh_copy_to()
276 memset((uint8_t *)va_core + rb, 0, num_bytes - rb); in binh_copy_to()
285 res = binh->op->read(binh->h, (void *)va_core, in binh_copy_to()