Searched refs:ROUNDUP_OVERFLOW (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/kernel/ |
A D | tee_misc.c | 131 if (ROUNDUP_OVERFLOW(size, cacheline_size, &alloc_size)) in alloc_cache_aligned()
|
A D | ldelf_syscalls.c | 312 if (ROUNDUP_OVERFLOW(num_bytes, SMALL_PAGE_SIZE, &num_rounded_bytes)) in ldelf_syscall_map_bin()
|
/optee_os-3.20.0/core/drivers/crypto/caam/utils/ |
A D | utils_mem.c | 49 if (ROUNDUP_OVERFLOW(alloc_size, CFG_CAAM_SIZE_ALIGN, in mem_alloc() 53 if (ROUNDUP_OVERFLOW(alloc_size, cacheline_size, &alloc_size)) in mem_alloc()
|
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | util.h | 52 #define ROUNDUP_OVERFLOW(v, size, res) (__extension__({ \ macro
|
/optee_os-3.20.0/core/mm/ |
A D | vm.c | 79 ROUNDUP_OVERFLOW(begin_va, granul, &begin_va)) in select_va_in_range() 101 ROUNDUP_OVERFLOW(end_va, granul, &end_va)) in select_va_in_range() 825 if (ROUNDUP_OVERFLOW(len, SMALL_PAGE_SIZE, &l)) in vm_unmap()
|
A D | core_mmu.c | 1080 if (ROUNDUP_OVERFLOW(va, CORE_MMU_PGDIR_SIZE, in assign_mem_va_dir() 1085 if (ROUNDUP_OVERFLOW(va, map->region_size, &va)) in assign_mem_va_dir()
|
Completed in 13 milliseconds