Searched refs:PAGE_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance
365 PAGE_TABLE_SIZE = 64 define1234 andl #PAGE_TABLE_SIZE-1, %d01691 movel #PAGE_TABLE_SIZE,%d32131 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d02143 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d02196 andl #PAGE_TABLE_SIZE-1,%d02230 andl #(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1)&(-ROOT_TABLE_SIZE),%d02235 lea %a3@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1),%a12256 lea %a2@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE),%a22280 addl #PAGE_TABLE_SIZE*PAGESIZE,%a2[all …]
58 #define PAGE_TABLE_SIZE(pages) (((pages) / PTRS_PER_PMD) + PTRS_PER_PGD) macro60 #define PAGE_TABLE_SIZE(pages) ((pages) / PTRS_PER_PGD) macro67 MAPPING_BEYOND_END = PAGE_TABLE_SIZE(LOWMEM_PAGES) << PAGE_SHIFT76 INIT_MAP_SIZE = PAGE_TABLE_SIZE(KERNEL_PAGES) * PAGE_SIZE