Searched refs:PAGE_TABLE_SIZE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | pgtable_32.h | 60 #define PAGE_TABLE_SIZE(pages) (((pages) / PTRS_PER_PMD) + PTRS_PER_PGD) macro 62 #define PAGE_TABLE_SIZE(pages) ((pages) / PTRS_PER_PGD) macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | pgtable_32.h | 75 #define PAGE_TABLE_SIZE(pages) (((pages) / PTRS_PER_PMD) + PTRS_PER_PGD) macro 77 #define PAGE_TABLE_SIZE(pages) ((pages) / PTRS_PER_PGD) macro
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
H A D | head.S | 360 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 2123 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d0 2176 andl #PAGE_TABLE_SIZE-1,%d0 2210 andl #(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1)&(-ROOT_TABLE_SIZE),%d0 2215 lea %a3@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE-1),%a1 2236 lea %a2@(PTR_TABLE_SIZE*PAGE_TABLE_SIZE*PAGESIZE),%a2 2260 addl #PAGE_TABLE_SIZE*PAGESIZ [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | head32.c | 83 (PAGE_TABLE_SIZE(LOWMEM_PAGES) << PAGE_SHIFT); in mk_early_pgtbl_32()
|
H A D | head_32.S | 57 INIT_MAP_SIZE = PAGE_TABLE_SIZE(KERNEL_PAGES) * PAGE_SIZE
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | head32.c | 84 (PAGE_TABLE_SIZE(LOWMEM_PAGES) << PAGE_SHIFT); in mk_early_pgtbl_32()
|
H A D | head_32.S | 57 INIT_MAP_SIZE = PAGE_TABLE_SIZE(KERNEL_PAGES) * PAGE_SIZE
|
/kernel/linux/linux-6.6/arch/m68k/kernel/ |
H A D | head.S | 361 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*PAGESIZ [all...] |
Completed in 8 milliseconds