Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
H A Dtee_pager.c297 static size_t get_pgt_count(vaddr_t base, size_t size) in get_pgt_count() function
309 for (n = 0; n < get_pgt_count(reg->base, reg->size); n++) in region_have_pgt()
323 assert(idx / TBL_NUM_ENTRIES < get_pgt_count(reg->base, reg->size)); in pmem_get_region_tblidx()
613 reg->pgt_array = calloc(get_pgt_count(base, size), in alloc_region()
656 for (n = 0; n < get_pgt_count(reg->base, reg->size); n++) in tee_pager_add_core_region()
783 for (n = 0; n < get_pgt_count(reg->base, reg->size); n++) { in map_pgts()
856 r2_pgt_count = get_pgt_count(r2->base, r2->size); in split_region()
857 reg_pgt_count = get_pgt_count(reg->base, reg->size); in split_region()
915 size_t a_next_pgt_count = get_pgt_count(a_next->base, a_next->size); in alloc_merged_pgt_array()
916 size_t a_pgt_count = get_pgt_count(a->base, a->size); in alloc_merged_pgt_array()
[all …]