Home
last modified time | relevance | path

Searched refs:PGD_ALIGN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/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);
/openbmc/linux/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()