Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/lib/
Dalloc.c9 void * __init_refok zalloc_maybe_bootmem(size_t size, gfp_t mask) in zalloc_maybe_bootmem() function
/linux-4.4.14/arch/powerpc/include/asm/
Dsetup.h12 extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask);
/linux-4.4.14/arch/microblaze/include/asm/
Dsetup.h48 extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask);
/linux-4.4.14/arch/microblaze/mm/
Dinit.c425 void * __init_refok zalloc_maybe_bootmem(size_t size, gfp_t mask) in zalloc_maybe_bootmem() function
/linux-4.4.14/arch/powerpc/kernel/
Dpci_dn.c280 pdn = zalloc_maybe_bootmem(sizeof(*pdn), GFP_KERNEL); in update_dn_pci_info()
Dpci-common.c71 phb = zalloc_maybe_bootmem(sizeof(struct pci_controller), GFP_KERNEL); in pcibios_alloc_controller()
/linux-4.4.14/arch/powerpc/sysdev/
Dfsl_pci.c723 pcie = zalloc_maybe_bootmem(sizeof(*pcie), GFP_KERNEL); in mpc83xx_pcie_setup()
/linux-4.4.14/arch/microblaze/pci/
Dpci-common.c57 phb = zalloc_maybe_bootmem(sizeof(struct pci_controller), GFP_KERNEL); in pcibios_alloc_controller()