Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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
2189 andl #PAGE_TABLE_SIZE-1,%d0
2273 addl #PAGE_TABLE_SIZE*PAGESIZE,%a2
2274 addl #PAGE_TABLE_SIZE*PAGESIZE,%a3
2327 andl #PAGE_TABLE_SIZE-1,%d0
2417 andl #PAGE_TABLE_SIZE-1,%d0
2687 lea %a0@(PAGE_TABLE_SIZE*4),%a0
[all …]
/linux-6.15/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