Home
last modified time | relevance | path

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

/linux-4.4.14/arch/metag/include/asm/
Dpgalloc.h19 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.4.14/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-4.4.14/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-4.4.14/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()
/linux-4.4.14/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()
/linux-4.4.14/arch/powerpc/mm/
Dinit_64.c83 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.4.14/arch/x86/mm/
Dpgtable.c116 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.4.14/arch/tile/mm/
Dpgtable.c181 static void pgd_ctor(pgd_t *pgd) in pgd_ctor() function
218 pgd_ctor(pgd); in pgd_alloc()