Home
last modified time | relevance | path

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

/linux/arch/alpha/kernel/
H A Dcore_mcpcia.c298 io = alloc_resource(); in mcpcia_new_hose()
299 mem = alloc_resource(); in mcpcia_new_hose()
300 hae_mem = alloc_resource(); in mcpcia_new_hose()
H A Dpci_impl.h173 extern struct resource *alloc_resource(void);
H A Dcore_tsunami.c257 hose->io_space = alloc_resource(); in tsunami_init_one_pchip()
258 hose->mem_space = alloc_resource(); in tsunami_init_one_pchip()
H A Dcore_wildfire.c69 hose->io_space = alloc_resource(); in wildfire_init_hose()
70 hose->mem_space = alloc_resource(); in wildfire_init_hose()
H A 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()
H A Dpci.c403 alloc_resource(void) in alloc_pci_controller()
406 alloc_resource(void) alloc_resource() function
H A Dcore_marvel.c229 hose->io_space = alloc_resource(); in io7_init_hose()
230 hose->mem_space = alloc_resource(); in io7_init_hose()
H A Dcore_t2.c437 hae_mem = alloc_resource(); in t2_init_arch()
H A Dcore_cia.c693 struct resource *hae_mem = alloc_resource(); in do_init_arch()
/linux/drivers/gpu/drm/i915/gvt/
H A Daperture_gm.c242 static int alloc_resource(struct intel_vgpu *vgpu, in alloc_resource() function
347 ret = alloc_resource(vgpu, conf); in intel_vgpu_alloc_resource()
/linux/kernel/
H A Dresource.c175 static struct resource *alloc_resource(gfp_t flags) in alloc_resource() function
1094 struct resource *res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split()
1131 next_res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split()
1321 struct resource *res = alloc_resource(GFP_KERNEL); in __request_region()
1431 new_res = alloc_resource(GFP_KERNEL | (alloc_nofail ? __GFP_NOFAIL : 0)); in release_mem_region_adjustable()
1470 new_res = alloc_resource(GFP_ATOMIC); in release_mem_region_adjustable()
1932 res = alloc_resource(GFP_KERNEL); in get_free_mem_region()