Home
last modified time | relevance | path

Searched refs:PGD_ALIGN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dhead_32.S478 #define PGD_ALIGN (2 * PAGE_SIZE) define
481 #define PGD_ALIGN (PAGE_SIZE) define
488 .align PGD_ALIGN
498 .align PGD_ALIGN
502 .align PGD_ALIGN
517 .align PGD_ALIGN
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dpgtable.c32 #define PGD_ALIGN (sizeof(pgd_t) * MAX_PTRS_PER_PGD) macro
34 #define PGD_ALIGN PAGE_SIZE macro
37 pgd_t swapper_pg_dir[MAX_PTRS_PER_PGD] __section(".bss..page_aligned") __aligned(PGD_ALIGN); variable
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dpgtable.c363 #define PGD_ALIGN 32 macro
382 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_ALIGN, in pgtable_cache_init()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dpgtable.c369 #define PGD_ALIGN 32 macro
388 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_ALIGN, in pgtable_cache_init()

Completed in 4 milliseconds