Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpgtable_32.h60 #define PAGE_TABLE_SIZE(pages) (((pages) / PTRS_PER_PMD) + PTRS_PER_PGD) macro
62 #define PAGE_TABLE_SIZE(pages) ((pages) / PTRS_PER_PGD) macro
/linux/arch/m68k/kernel/
H A Dhead.S357 PAGE_TABLE_SIZE = 64 define
1222 andl #PAGE_TABLE_SIZE-1, %d0
1684 movel #PAGE_TABLE_SIZE,%d3
2124 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d0
2136 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d0
2189 andl #PAGE_TABLE_SIZE-1,%d0
2223 andl #(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1)&(-ROOT_TABLE_SIZE),%d0
2228 lea %a3@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1),%a1
2249 lea %a2@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE),%a2
2273 addl #PAGE_TABLE_SIZE*PAGESIZE,%a2
[all …]
/linux/arch/x86/kernel/
H A Dhead32.c131 unsigned long limit = __pa_nodebug(_end) + (PAGE_TABLE_SIZE(LOWMEM_PAGES) << PAGE_SHIFT); in mk_early_pgtbl_32()
H A Dhead_32.S54 INIT_MAP_SIZE = PAGE_TABLE_SIZE(KERNEL_PAGES) * PAGE_SIZE