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
361 PAGE_TABLE_SIZE = 64 define1226 andl #PAGE_TABLE_SIZE-1, %d01688 movel #PAGE_TABLE_SIZE,%d32128 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d02140 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d02193 andl #PAGE_TABLE_SIZE-1,%d02227 andl #(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1)&(-ROOT_TABLE_SIZE),%d02232 lea %a3@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1),%a12253 lea %a2@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE),%a22277 addl #PAGE_TABLE_SIZE*PAGESIZE,%a2[all …]
83 (PAGE_TABLE_SIZE(LOWMEM_PAGES) << PAGE_SHIFT); in mk_early_pgtbl_32()
57 INIT_MAP_SIZE = PAGE_TABLE_SIZE(KERNEL_PAGES) * PAGE_SIZE