Searched defs:PGD_SIZE (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/arch/arm64/include/asm/ | ||
D | pgalloc.h | 19 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro |
/Linux-v5.10/arch/x86/mm/ | ||
D | pgtable.c | 362 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro |