Home
last modified time | relevance | path

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

/optee_os-3.20.0/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()
349 res = vm_map_pad(uctx, va, num_rounded_bytes, in ldelf_syscall_map_bin()
375 res = vm_map_pad(uctx, va, num_rounded_bytes, in ldelf_syscall_map_bin()
384 res = vm_set_prot(uctx, *va, num_rounded_bytes, in ldelf_syscall_map_bin()
407 if (vm_unmap(uctx, *va, num_rounded_bytes)) in ldelf_syscall_map_bin()

Completed in 3 milliseconds