Home
last modified time | relevance | path

Searched defs:PGD_ALIGN (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/arch/x86/kernel/
Dhead_32.S415 #define PGD_ALIGN (2 * PAGE_SIZE) macro
418 #define PGD_ALIGN (PAGE_SIZE) macro
/linux-6.14.4/arch/powerpc/mm/
Dpgtable.c32 #define PGD_ALIGN (sizeof(pgd_t) * MAX_PTRS_PER_PGD) macro
34 #define PGD_ALIGN PAGE_SIZE macro
/linux-6.14.4/arch/x86/mm/
Dpgtable.c377 #define PGD_ALIGN 32 macro