Home
last modified time | relevance | path

Searched refs:PAGE_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/m68k/kernel/
Dhead.S365 PAGE_TABLE_SIZE = 64 define
1234 andl #PAGE_TABLE_SIZE-1, %d0
1691 movel #PAGE_TABLE_SIZE,%d3
2131 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d0
2143 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d0
2196 andl #PAGE_TABLE_SIZE-1,%d0
2230 andl #(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1)&(-ROOT_TABLE_SIZE),%d0
2235 lea %a3@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1),%a1
2256 lea %a2@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE),%a2
2280 addl #PAGE_TABLE_SIZE*PAGESIZE,%a2
[all …]
/linux-3.4.99/arch/x86/kernel/
Dhead_32.S58 #define PAGE_TABLE_SIZE(pages) (((pages) / PTRS_PER_PMD) + PTRS_PER_PGD) macro
60 #define PAGE_TABLE_SIZE(pages) ((pages) / PTRS_PER_PGD) macro
67 MAPPING_BEYOND_END = PAGE_TABLE_SIZE(LOWMEM_PAGES) << PAGE_SHIFT
76 INIT_MAP_SIZE = PAGE_TABLE_SIZE(KERNEL_PAGES) * PAGE_SIZE