Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/mm/
A Dcore_mmu.h30 #define CORE_MMU_PGDIR_SHIFT U(21) macro
33 #define CORE_MMU_PGDIR_SHIFT U(20) macro
36 #define CORE_MMU_PGDIR_SIZE BIT(CORE_MMU_PGDIR_SHIFT)
/optee_os/core/arch/arm/mm/
A Dpgt_cache.c477 const size_t num_tbls = ((last - base) >> CORE_MMU_PGDIR_SHIFT) + 1; in pgt_alloc_unlocked()
A Dtee_pager.c340 CORE_MMU_PGDIR_SHIFT; in find_pager_table_may_fail()
/optee_os/core/mm/
A Dvm.c136 return (e - b) >> CORE_MMU_PGDIR_SHIFT; in get_num_req_pgts()

Completed in 11 milliseconds