Searched refs:PAGE_TABLE_SIZE (Results 1 – 4 of 4) sorted by relevance
60 #define PAGE_TABLE_SIZE(pages) (((pages) / PTRS_PER_PMD) + PTRS_PER_PGD) macro62 #define PAGE_TABLE_SIZE(pages) ((pages) / PTRS_PER_PGD) macro
361 PAGE_TABLE_SIZE = 64 define1226 andl #PAGE_TABLE_SIZE-1, %d01688 movel #PAGE_TABLE_SIZE,%d32128 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d02193 andl #PAGE_TABLE_SIZE-1,%d02277 addl #PAGE_TABLE_SIZE*PAGESIZE,%a22278 addl #PAGE_TABLE_SIZE*PAGESIZE,%a32331 andl #PAGE_TABLE_SIZE-1,%d02421 andl #PAGE_TABLE_SIZE-1,%d02691 lea %a0@(PAGE_TABLE_SIZE*4),%a0[all …]
84 (PAGE_TABLE_SIZE(LOWMEM_PAGES) << PAGE_SHIFT); in mk_early_pgtbl_32()
57 INIT_MAP_SIZE = PAGE_TABLE_SIZE(KERNEL_PAGES) * PAGE_SIZE