Searched refs:pgd_ctor (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/metag/include/asm/ |
D | pgalloc.h | 19 static inline void pgd_ctor(pgd_t *pgd) in pgd_ctor() function 26 #define pgd_ctor(x) do { } while (0) macro 33 pgd_ctor(pgd); in pgd_alloc()
|
/linux-4.1.27/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-4.1.27/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-4.1.27/arch/frv/mm/ |
D | pgalloc.c | 109 void pgd_ctor(void *pgd) in pgd_ctor() function 140 return quicklist_alloc(0, GFP_KERNEL, pgd_ctor); in pgd_alloc()
|
/linux-4.1.27/arch/mn10300/mm/ |
D | pgtable.c | 128 void pgd_ctor(void *pgd) in pgd_ctor() function 159 return quicklist_alloc(0, GFP_KERNEL, pgd_ctor); in pgd_alloc()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | init_64.c | 83 static void pgd_ctor(void *addr) in pgd_ctor() function 143 pgtable_cache_add(PGD_INDEX_SIZE, pgd_ctor); in pgtable_cache_init()
|
/linux-4.1.27/arch/x86/mm/ |
D | pgtable.c | 116 static void pgd_ctor(struct mm_struct *mm, pgd_t *pgd) in pgd_ctor() function 379 pgd_ctor(mm, pgd); in pgd_alloc()
|
/linux-4.1.27/arch/tile/mm/ |
D | pgtable.c | 181 static void pgd_ctor(pgd_t *pgd) in pgd_ctor() function 218 pgd_ctor(pgd); in pgd_alloc()
|