Home
last modified time | relevance | path

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

/arch/metag/include/asm/
Dpgalloc.h20 static inline void pgd_ctor(pgd_t *pgd) in pgd_ctor() function
27 #define pgd_ctor(x) do { } while (0) macro
34 pgd_ctor(pgd); in pgd_alloc()
/arch/sh/mm/
Dpgtable.c12 void pgd_ctor(void *x) in pgd_ctor() function
25 PAGE_SIZE, SLAB_PANIC, pgd_ctor); in pgtable_cache_init()
/arch/powerpc/mm/
Dinit-common.c28 static void pgd_ctor(void *addr) in pgd_ctor() function
94 pgtable_cache_add(PGD_INDEX_SIZE, pgd_ctor); in pgtable_cache_init()
/arch/frv/mm/
Dpgalloc.c109 void pgd_ctor(void *pgd) in pgd_ctor() function
140 return quicklist_alloc(0, GFP_KERNEL, pgd_ctor); in pgd_alloc()
/arch/mn10300/mm/
Dpgtable.c128 void pgd_ctor(void *pgd) in pgd_ctor() function
159 return quicklist_alloc(0, GFP_KERNEL, pgd_ctor); in pgd_alloc()
/arch/tile/mm/
Dpgtable.c136 static void pgd_ctor(pgd_t *pgd) in pgd_ctor() function
173 pgd_ctor(pgd); in pgd_alloc()
/arch/x86/mm/
Dpgtable.c126 static void pgd_ctor(struct mm_struct *mm, pgd_t *pgd) in pgd_ctor() function
396 pgd_ctor(mm, pgd); in pgd_alloc()