Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
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-6.1.9/arch/m68k/kernel/
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
2140 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d0
2193 andl #PAGE_TABLE_SIZE-1,%d0
2227 andl #(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1)&(-ROOT_TABLE_SIZE),%d0
2232 lea %a3@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1),%a1
2253 lea %a2@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE),%a2
2277 addl #PAGE_TABLE_SIZE*PAGESIZE,%a2
[all …]
/linux-6.1.9/arch/x86/kernel/
Dhead32.c83 (PAGE_TABLE_SIZE(LOWMEM_PAGES) << PAGE_SHIFT); in mk_early_pgtbl_32()
Dhead_32.S57 INIT_MAP_SIZE = PAGE_TABLE_SIZE(KERNEL_PAGES) * PAGE_SIZE