Searched refs:ROUNDUP2_OVERFLOW (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/kernel/ |
| H A D | tee_misc.c | 129 if (ROUNDUP2_OVERFLOW(size, cacheline_size, &alloc_size)) in alloc_cache_aligned()
|
| H A D | transfer_list.c | 391 if (ROUNDUP2_OVERFLOW(mov_dis, in transfer_list_set_data_size()
|
| /optee_os/core/drivers/crypto/caam/utils/ |
| H A D | utils_mem.c | 54 if (ROUNDUP2_OVERFLOW(alloc_size, cacheline_size, &alloc_size)) in mem_alloc()
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | util.h | 101 #define ROUNDUP2_OVERFLOW(v, size, res) \ macro
|
| /optee_os/core/mm/ |
| H A D | vm.c | 78 ROUNDUP2_OVERFLOW(begin_va, granul, &begin_va)) in select_va_in_range() 100 ROUNDUP2_OVERFLOW(end_va, granul, &end_va)) in select_va_in_range()
|
| H A D | core_mmu.c | 1365 if (ROUNDUP2_OVERFLOW(va, map->region_size, &va)) in assign_mem_va_dir()
|