Home
last modified time | relevance | path

Searched refs:alloc_resource (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/arch/alpha/kernel/
Dpci_impl.h181 extern struct resource *alloc_resource(void);
Dcore_mcpcia.c297 io = alloc_resource(); in mcpcia_new_hose()
298 mem = alloc_resource(); in mcpcia_new_hose()
299 hae_mem = alloc_resource(); in mcpcia_new_hose()
Dpci-noop.c43 alloc_resource(void) in alloc_resource() function
Dcore_tsunami.c256 hose->io_space = alloc_resource(); in tsunami_init_one_pchip()
257 hose->mem_space = alloc_resource(); in tsunami_init_one_pchip()
Dcore_wildfire.c68 hose->io_space = alloc_resource(); in wildfire_init_hose()
69 hose->mem_space = alloc_resource(); in wildfire_init_hose()
Dcore_titan.c254 hose->io_space = alloc_resource(); in titan_init_one_pachip_port()
255 hose->mem_space = alloc_resource(); in titan_init_one_pachip_port()
Dpci.c380 alloc_resource(void) in alloc_resource() function
Dcore_marvel.c226 hose->io_space = alloc_resource(); in io7_init_hose()
227 hose->mem_space = alloc_resource(); in io7_init_hose()
Dcore_t2.c436 hae_mem = alloc_resource(); in t2_init_arch()
Dcore_cia.c689 struct resource *hae_mem = alloc_resource(); in do_init_arch()
/linux-4.4.14/kernel/
Dresource.c188 static struct resource *alloc_resource(gfp_t flags) in alloc_resource() function
941 struct resource *res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split()
976 next_res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split()
1066 struct resource *res = alloc_resource(GFP_KERNEL); in __request_region()
1194 new_res = alloc_resource(GFP_KERNEL); in release_mem_region_adjustable()
/linux-4.4.14/arch/microblaze/pci/
Dpci-common.c1057 static inline void alloc_resource(struct pci_dev *dev, int idx) in alloc_resource() function
1110 alloc_resource(dev, idx); in pcibios_allocate_resources()
/linux-4.4.14/arch/powerpc/kernel/
Dpci-common.c1234 static inline void alloc_resource(struct pci_dev *dev, int idx) in alloc_resource() function
1280 alloc_resource(dev, idx); in pcibios_allocate_resources()