Searched refs:PAGE_TABLE_SIZE (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/arch/x86/kernel/ |
H A D | head_32.S | 60 #define PAGE_TABLE_SIZE(pages) (((pages) / PTRS_PER_PMD) + PTRS_PER_PGD) define 62 #define PAGE_TABLE_SIZE(pages) ((pages) / PTRS_PER_PGD) define 76 MAPPING_BEYOND_END = PAGE_TABLE_SIZE(LOWMEM_PAGES) << PAGE_SHIFT 85 INIT_MAP_SIZE = PAGE_TABLE_SIZE(KERNEL_PAGES) * PAGE_SIZE
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | head.S | 360 PAGE_TABLE_SIZE = 64 define 1216 andl #PAGE_TABLE_SIZE-1, %d0 1671 movel #PAGE_TABLE_SIZE,%d3 2111 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d0 2123 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d0 2176 andl #PAGE_TABLE_SIZE-1,%d0 2210 andl #(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1)&(-ROOT_TABLE_SIZE),%d0 2215 lea %a3@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1),%a1 2236 lea %a2@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE),%a2 2260 addl #PAGE_TABLE_SIZE*PAGESIZE,%a2 2261 addl #PAGE_TABLE_SIZE*PAGESIZE,%a3 2314 andl #PAGE_TABLE_SIZE-1,%d0 2386 /* The 512 should be PAGE_TABLE_SIZE*4, but that violates the 2404 andl #PAGE_TABLE_SIZE-1,%d0 2666 andw #-(PAGESIZE/PAGE_TABLE_SIZE),%d0 2671 moveq #PAGESIZE/PAGE_TABLE_SIZE/4-1,%d0 2674 lea %a0@(PAGE_TABLE_SIZE*4),%a0 2684 andw #-PAGE_TABLE_SIZE,%d0
|
Completed in 116 milliseconds