Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dunwind_private.h11 size_t rounded_size = 0; in unw_grow() local
17 rounded_size = ROUNDUP(new_size, 16 * sizeof(vaddr_t)); in unw_grow()
18 tmp = realloc(p, rounded_size); in unw_grow()
21 *cur_size = rounded_size; in unw_grow()
/optee_os/core/kernel/
H A Dtpm.c139 unsigned int rounded_size = 0; in tpm_map_log_area() local
146 rounded_size = ROUNDUP(tpm_log_size, SMALL_PAGE_SIZE); in tpm_map_log_area()
149 rounded_size); in tpm_map_log_area()