Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/mm/
Dpgd.c35 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()
Dkasan_init.c24 static pgd_t tmp_pg_dir[PTRS_PER_PGD] __initdata __aligned(PGD_SIZE);
/linux-4.4.14/arch/arm64/include/asm/
Dpgalloc.h30 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
/linux-4.4.14/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.4.14/arch/mn10300/include/asm/
Dpgtable.h64 #define PGD_SIZE PAGE_SIZE macro