Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgalloc.h24 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
32 #define PGD_SIZE (PAGE_SIZE << 2) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dpgalloc.h19 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
/kernel/linux/linux-4.19/arch/arm64/include/asm/
Dpgalloc.h30 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
/kernel/linux/linux-5.10/arch/x86/mm/
Dpgtable.c362 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
/kernel/linux/linux-4.19/arch/x86/mm/
Dpgtable.c371 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro