Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
H A Dtee_pager.c917 size_t pgt_count = get_pgt_count(a->base, a->size + a_next->size); in alloc_merged_pgt_array() local
925 assert(pgt_count == a_pgt_count + a_next_pgt_count - 1); in alloc_merged_pgt_array()
927 assert(pgt_count == a_pgt_count + a_next_pgt_count); in alloc_merged_pgt_array()
934 pgt_array = calloc(pgt_count, sizeof(struct pgt *)); in alloc_merged_pgt_array()