Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dpgtable_32.h69 #define PAGE_TABLE_SIZE(pages) (((pages) / PTRS_PER_PMD) + PTRS_PER_PGD) macro
71 #define PAGE_TABLE_SIZE(pages) ((pages) / PTRS_PER_PGD) macro
/linux/arch/m68k/kernel/
A Dhead.S360 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
2176 andl #PAGE_TABLE_SIZE-1,%d0
2260 addl #PAGE_TABLE_SIZE*PAGESIZE,%a2
2261 addl #PAGE_TABLE_SIZE*PAGESIZE,%a3
2314 andl #PAGE_TABLE_SIZE-1,%d0
2404 andl #PAGE_TABLE_SIZE-1,%d0
2674 lea %a0@(PAGE_TABLE_SIZE*4),%a0
[all …]
/linux/arch/x86/kernel/
A Dhead32.c83 (PAGE_TABLE_SIZE(LOWMEM_PAGES) << PAGE_SHIFT); in mk_early_pgtbl_32()
A Dhead_32.S56 INIT_MAP_SIZE = PAGE_TABLE_SIZE(KERNEL_PAGES) * PAGE_SIZE

Completed in 7 milliseconds