Searched refs:CORE_MMU_PGDIR_SHIFT (Results 1 – 4 of 4) sorted by relevance
30 #define CORE_MMU_PGDIR_SHIFT U(21) macro33 #define CORE_MMU_PGDIR_SHIFT U(20) macro36 #define CORE_MMU_PGDIR_SIZE BIT(CORE_MMU_PGDIR_SHIFT)
477 const size_t num_tbls = ((last - base) >> CORE_MMU_PGDIR_SHIFT) + 1; in pgt_alloc_unlocked()
340 CORE_MMU_PGDIR_SHIFT; in find_pager_table_may_fail()
136 return (e - b) >> CORE_MMU_PGDIR_SHIFT; in get_num_req_pgts()
Completed in 11 milliseconds