Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dpgt_cache.c59 #define PGT_PARENT_SIZE (4 * SMALL_PAGE_SIZE) macro
60 #define PGT_PARENT_TBL_COUNT (PGT_PARENT_SIZE / PGT_SIZE)
110 parent->mm = phys_mem_ta_alloc(PGT_PARENT_SIZE); in alloc_pgt_parent()
117 PGT_PARENT_SIZE); in alloc_pgt_parent()