Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/arch/m68k/kernel/
H A Dhead.S361 PAGE_TABLE_SIZE = 64 define
1226 andl #PAGE_TABLE_SIZE-1, %d0
1688 movel #PAGE_TABLE_SIZE,%d3
2128 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d0
2193 andl #PAGE_TABLE_SIZE-1,%d0
2277 addl #PAGE_TABLE_SIZE*PAGESIZE,%a2
2278 addl #PAGE_TABLE_SIZE*PAGESIZE,%a3
2331 andl #PAGE_TABLE_SIZE-1,%d0
2421 andl #PAGE_TABLE_SIZE-1,%d0
2691 lea %a0@(PAGE_TABLE_SIZE*4),%a0
[all …]
/openbmc/linux/arch/x86/kernel/
H A Dhead32.c84 (PAGE_TABLE_SIZE(LOWMEM_PAGES) << PAGE_SHIFT); in mk_early_pgtbl_32()
H A Dhead_32.S57 INIT_MAP_SIZE = PAGE_TABLE_SIZE(KERNEL_PAGES) * PAGE_SIZE