Home
last modified time | relevance | path

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

/optee_os/core/kernel/
A Dldelf_syscalls.c25 size_t offs_bytes; member
208 if (binh->offs_bytes < binh->size_bytes) in ldelf_syscall_close_bin()
228 if (offs_bytes < binh->offs_bytes) in binh_copy_to()
234 if (offs_bytes > binh->offs_bytes) { in binh_copy_to()
236 offs_bytes - binh->offs_bytes); in binh_copy_to()
239 binh->offs_bytes = offs_bytes; in binh_copy_to()
249 binh->offs_bytes = binh->size_bytes; in binh_copy_to()
254 binh->offs_bytes = next_offs; in binh_copy_to()
261 unsigned long handle, size_t offs_bytes, in ldelf_syscall_map_bin() argument
300 if (offs_bytes & SMALL_PAGE_MASK) in ldelf_syscall_map_bin()
[all …]
/optee_os/core/include/kernel/
A Dldelf_syscalls.h29 unsigned long handle, size_t offs_bytes,

Completed in 3 milliseconds