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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/mm/
H A Dmmu.c54 static void pgd_ctor(void *addr) function
69 pgd_ctor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dpgtable.c11 void pgd_ctor(void *x) function
24 PAGE_SIZE, SLAB_PANIC, pgd_ctor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dpgalloc.h31 static inline void pgd_ctor(void *x) function
45 return quicklist_alloc(QUICK_PGD, GFP_KERNEL | __GFP_REPEAT, pgd_ctor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/mm/
H A Dpgtable.c124 void pgd_ctor(void *pgd) function
155 return quicklist_alloc(0, GFP_KERNEL, pgd_ctor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Dpgalloc.c105 void pgd_ctor(void *pgd) function
138 pgd = quicklist_alloc(0, GFP_KERNEL, pgd_ctor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dinit_64.c116 static void pgd_ctor(void *addr) function
172 pgtable_cache_add(PGD_INDEX_SIZE, pgd_ctor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpgtable.c90 static void pgd_ctor(pgd_t *pgd) function
275 pgd_ctor(pgd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A Dpgtable.c171 static void pgd_ctor(pgd_t *pgd) function
208 pgd_ctor(pgd);

Completed in 174 milliseconds