Searched refs:PGD_SIZE (Results 1 – 3 of 3) sorted by relevance
31 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro37 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()
290 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro310 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_ALIGN, in pgd_cache_init()
64 #define PGD_SIZE PAGE_SIZE macro