Home
last modified time | relevance | path

Searched refs:PGD_ENTRY_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/parisc/include/asm/
H A Dpage.h120 #define PGD_ENTRY_SIZE (1UL << BITS_PER_PGD_ENTRY) macro
/openbmc/linux/arch/parisc/kernel/
H A Dasm-offsets.c268 DEFINE(ASM_PGD_ENTRY_SIZE, PGD_ENTRY_SIZE); in main()
/openbmc/linux/arch/parisc/mm/
H A Dinit.c546 BUILD_BUG_ON(PGD_ENTRY_SIZE != sizeof(pgd_t)); in mem_init()