Searched refs:PAGE_TABLE_SIZE (Results 1 – 4 of 4) sorted by relevance
94 #define PAGE_TABLE_SIZE(pages) (((pages) / PTRS_PER_PMD) + PTRS_PER_PGD) macro96 #define PAGE_TABLE_SIZE(pages) ((pages) / PTRS_PER_PGD) macro
360 PAGE_TABLE_SIZE = 64 define1216 andl #PAGE_TABLE_SIZE-1, %d01671 movel #PAGE_TABLE_SIZE,%d32111 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d02123 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d02176 andl #PAGE_TABLE_SIZE-1,%d02210 andl #(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1)&(-ROOT_TABLE_SIZE),%d02215 lea %a3@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1),%a12236 lea %a2@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE),%a22260 addl #PAGE_TABLE_SIZE*PAGESIZE,%a2[all …]
83 (PAGE_TABLE_SIZE(LOWMEM_PAGES) << PAGE_SHIFT); in mk_early_pgtbl_32()
56 INIT_MAP_SIZE = PAGE_TABLE_SIZE(KERNEL_PAGES) * PAGE_SIZE