Searched refs:zalloc_maybe_bootmem (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Dalloc.c17 void * __init_refok zalloc_maybe_bootmem(size_t size, gfp_t mask) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dsystem.h91 extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dmsi_bitmap.c119 bmp->bitmap = zalloc_maybe_bootmem(size, GFP_KERNEL);
H A Dfsl_pci.c554 pcie = zalloc_maybe_bootmem(sizeof(*pcie), GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/mm/
H A Dinit.c349 void * __init_refok zalloc_maybe_bootmem(size_t size, gfp_t mask) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsystem.h224 extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dirq.c564 host = zalloc_maybe_bootmem(size, GFP_KERNEL);
H A Dpci-common.c71 phb = zalloc_maybe_bootmem(sizeof(struct pci_controller), GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/pci/
H A Dpci-common.c81 phb = zalloc_maybe_bootmem(sizeof(struct pci_controller), GFP_KERNEL);

Completed in 108 milliseconds