Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dpgalloc.h24 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
32 #define PGD_SIZE (PAGE_SIZE << 2) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dpgalloc.h19 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
/openbmc/linux/arch/x86/mm/
H A Dpgtable.c368 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro