Searched refs:PGD_SIZE (Results 1 – 5 of 5) sorted by relevance
35 if (PGD_SIZE == PAGE_SIZE) in pgd_alloc()43 if (PGD_SIZE == PAGE_SIZE) in pgd_free()54 if (PGD_SIZE != PAGE_SIZE) in pgd_cache_init()55 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_SIZE, in pgd_cache_init()
24 static pgd_t tmp_pg_dir[PTRS_PER_PGD] __initdata __aligned(PGD_SIZE);
30 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
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