Home
last modified time | relevance | path

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

/linux-6.14.4/arch/arm/include/asm/
Dpgalloc.h24 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
32 #define PGD_SIZE (PAGE_SIZE << 2) macro
/linux-6.14.4/arch/arm64/include/asm/
Dpgalloc.h20 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
/linux-6.14.4/arch/x86/mm/
Dpgtable.c376 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro