Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/mm/
Dpgd.c31 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
37 if (PGD_SIZE == PAGE_SIZE) in pgd_alloc()
45 if (PGD_SIZE == PAGE_SIZE) in pgd_free()
56 if (PGD_SIZE != PAGE_SIZE) in pgd_cache_init()
57 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_SIZE, in pgd_cache_init()
/linux-4.1.27/arch/x86/mm/
Dpgtable.c290 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
310 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_ALIGN, in pgd_cache_init()
/linux-4.1.27/arch/mn10300/include/asm/
Dpgtable.h64 #define PGD_SIZE PAGE_SIZE macro