Searched refs:PAGE_TABLE_SIZE (Results 1 – 4 of 4) sorted by relevance
69 #define PAGE_TABLE_SIZE(pages) (((pages) / PTRS_PER_PMD) + PTRS_PER_PGD) macro71 #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),%d02176 andl #PAGE_TABLE_SIZE-1,%d02260 addl #PAGE_TABLE_SIZE*PAGESIZE,%a22261 addl #PAGE_TABLE_SIZE*PAGESIZE,%a32314 andl #PAGE_TABLE_SIZE-1,%d02404 andl #PAGE_TABLE_SIZE-1,%d02674 lea %a0@(PAGE_TABLE_SIZE*4),%a0[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
Completed in 7 milliseconds