Searched refs:pgd_ctor (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/arch/xtensa/mm/ |
D | mmu.c | 52 static void pgd_ctor(void *addr) in pgd_ctor() function 67 pgd_ctor); in pgtable_cache_init()
|
/linux-3.4.99/arch/sh/mm/ |
D | pgtable.c | 11 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/ |
D | pgalloc.h | 32 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/ |
D | pgtable.c | 123 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/ |
D | pgalloc.c | 105 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/ |
D | init_64.c | 85 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/ |
D | pgtable.c | 102 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/ |
D | pgtable.c | 242 static void pgd_ctor(pgd_t *pgd) in pgd_ctor() function 279 pgd_ctor(pgd); in pgd_alloc()
|