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),%d02136 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d02189 andl #PAGE_TABLE_SIZE-1,%d02223 andl #(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1)&(-ROOT_TABLE_SIZE),%d02228 lea %a3@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1),%a12249 lea %a2@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE),%a22273 addl #PAGE_TABLE_SIZE*PAGESIZE,%a2[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