Home
last modified time | relevance | path

Searched refs:pgd_ctor (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/arch/xtensa/mm/
Dmmu.c52 static void pgd_ctor(void *addr) in pgd_ctor() function
67 pgd_ctor); in pgtable_cache_init()
/linux-3.4.99/arch/sh/mm/
Dpgtable.c11 void pgd_ctor(void *x) in pgd_ctor() function
24 PAGE_SIZE, SLAB_PANIC, pgd_ctor); in pgtable_cache_init()
/linux-3.4.99/arch/avr32/include/asm/
Dpgalloc.h32 static inline void pgd_ctor(void *x) in pgd_ctor() function
46 return quicklist_alloc(QUICK_PGD, GFP_KERNEL | __GFP_REPEAT, pgd_ctor); in pgd_alloc()
/linux-3.4.99/arch/mn10300/mm/
Dpgtable.c123 void pgd_ctor(void *pgd) in pgd_ctor() function
154 return quicklist_alloc(0, GFP_KERNEL, pgd_ctor); in pgd_alloc()
/linux-3.4.99/arch/frv/mm/
Dpgalloc.c105 void pgd_ctor(void *pgd) in pgd_ctor() function
136 return quicklist_alloc(0, GFP_KERNEL, pgd_ctor); in pgd_alloc()
/linux-3.4.99/arch/powerpc/mm/
Dinit_64.c85 static void pgd_ctor(void *addr) in pgd_ctor() function
141 pgtable_cache_add(PGD_INDEX_SIZE, pgd_ctor); in pgtable_cache_init()
/linux-3.4.99/arch/x86/mm/
Dpgtable.c102 static void pgd_ctor(struct mm_struct *mm, pgd_t *pgd) in pgd_ctor() function
281 pgd_ctor(mm, pgd); in pgd_alloc()
/linux-3.4.99/arch/tile/mm/
Dpgtable.c242 static void pgd_ctor(pgd_t *pgd) in pgd_ctor() function
279 pgd_ctor(pgd); in pgd_alloc()