Home
last modified time | relevance | path

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

/optee_os/core/kernel/
A Dldelf_syscalls.c270 uint32_t num_rounded_bytes = 0; in ldelf_syscall_map_bin() local
312 if (ROUNDUP_OVERFLOW(num_bytes, SMALL_PAGE_SIZE, &num_rounded_bytes)) in ldelf_syscall_map_bin()
314 num_pages = num_rounded_bytes / SMALL_PAGE_SIZE; in ldelf_syscall_map_bin()
348 res = vm_map_pad(uctx, va, num_rounded_bytes, in ldelf_syscall_map_bin()
374 res = vm_map_pad(uctx, va, num_rounded_bytes, in ldelf_syscall_map_bin()
383 res = vm_set_prot(uctx, *va, num_rounded_bytes, in ldelf_syscall_map_bin()
406 if (vm_unmap(uctx, *va, num_rounded_bytes)) in ldelf_syscall_map_bin()

Completed in 3 milliseconds