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
357 PAGE_TABLE_SIZE = 64 define1222 andl #PAGE_TABLE_SIZE-1, %d01684 movel #PAGE_TABLE_SIZE,%d32124 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d02189 andl #PAGE_TABLE_SIZE-1,%d02273 addl #PAGE_TABLE_SIZE*PAGESIZE,%a22274 addl #PAGE_TABLE_SIZE*PAGESIZE,%a32327 andl #PAGE_TABLE_SIZE-1,%d02417 andl #PAGE_TABLE_SIZE-1,%d02687 lea %a0@(PAGE_TABLE_SIZE*4),%a0[all …]
131 unsigned long limit = __pa_nodebug(_end) + (PAGE_TABLE_SIZE(LOWMEM_PAGES) << PAGE_SHIFT); in mk_early_pgtbl_32()
54 INIT_MAP_SIZE = PAGE_TABLE_SIZE(KERNEL_PAGES) * PAGE_SIZE