Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dldelf_syscalls.c26 size_t offs_bytes; member
233 if (binh->offs_bytes < binh->size_bytes) in ldelf_syscall_close_bin()
235 binh->size_bytes - binh->offs_bytes); in ldelf_syscall_close_bin()
248 vaddr_t va_user, size_t offs_bytes, in binh_copy_to() argument
254 if (offs_bytes < binh->offs_bytes) in binh_copy_to()
257 if (ADD_OVERFLOW(offs_bytes, num_bytes, &next_offs)) in binh_copy_to()
260 if (offs_bytes > binh->offs_bytes) { in binh_copy_to()
262 offs_bytes - binh->offs_bytes); in binh_copy_to()
265 binh->offs_bytes = offs_bytes; in binh_copy_to()
269 size_t rb = binh->size_bytes - binh->offs_bytes; in binh_copy_to()
[all …]
/optee_os/core/include/kernel/
H A Dldelf_syscalls.h29 unsigned long handle, size_t offs_bytes,