Home
last modified time | relevance | path

Searched defs:PGD_ALIGN (Results 1 - 5 of 5) 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
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dhead_32.S428 #define PGD_ALIGN (2 * PAGE_SIZE) define
431 #define PGD_ALIGN (PAGE_SIZE) define
/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
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dpgtable.c369 #define PGD_ALIGN 32 macro

Completed in 5 milliseconds