sram_pool         573 arch/arm/mach-at91/pm.c 	struct gen_pool *sram_pool;
sram_pool         592 arch/arm/mach-at91/pm.c 	sram_pool = gen_pool_get(&pdev->dev, NULL);
sram_pool         593 arch/arm/mach-at91/pm.c 	if (!sram_pool) {
sram_pool         598 arch/arm/mach-at91/pm.c 	sram_base = gen_pool_alloc(sram_pool, at91_pm_suspend_in_sram_sz);
sram_pool         604 arch/arm/mach-at91/pm.c 	sram_pbase = gen_pool_virt_to_phys(sram_pool, sram_base);
sram_pool         625 arch/arm/mach-at91/pm.c 	struct gen_pool *sram_pool;
sram_pool         656 arch/arm/mach-at91/pm.c 	sram_pool = gen_pool_get(&pdev->dev, NULL);
sram_pool         657 arch/arm/mach-at91/pm.c 	if (!sram_pool) {
sram_pool         662 arch/arm/mach-at91/pm.c 	pm_bu = (void *)gen_pool_alloc(sram_pool, sizeof(struct at91_pm_bu));
sram_pool        1467 arch/arm/mach-davinci/board-da850-evm.c 	da850_evm_snd_data.sram_pool = sram_get_gen_pool();
sram_pool         647 arch/arm/mach-davinci/devices-da8xx.c 	da8xx_uio_pruss_pdata.sram_pool = sram_get_gen_pool();
sram_pool          15 arch/arm/mach-davinci/sram.c static struct gen_pool *sram_pool;
sram_pool          19 arch/arm/mach-davinci/sram.c 	return sram_pool;
sram_pool          28 arch/arm/mach-davinci/sram.c 	if (!sram_pool || (dma && !dma_base))
sram_pool          31 arch/arm/mach-davinci/sram.c 	return gen_pool_dma_alloc(sram_pool, len, dma);
sram_pool          38 arch/arm/mach-davinci/sram.c 	gen_pool_free(sram_pool, (unsigned long) addr, len);
sram_pool          58 arch/arm/mach-davinci/sram.c 		sram_pool = gen_pool_create(ilog2(SRAM_GRANULARITY), -1);
sram_pool          59 arch/arm/mach-davinci/sram.c 		if (!sram_pool)
sram_pool          63 arch/arm/mach-davinci/sram.c 	if (sram_pool) {
sram_pool          67 arch/arm/mach-davinci/sram.c 		status = gen_pool_add_virt(sram_pool, (unsigned long) addr,
sram_pool         128 arch/arm/mach-omap2/omap4-common.c 	struct gen_pool *sram_pool;
sram_pool         137 arch/arm/mach-omap2/omap4-common.c 	sram_pool = of_gen_pool_get(np, "sram", 0);
sram_pool         138 arch/arm/mach-omap2/omap4-common.c 	if (!sram_pool)
sram_pool         142 arch/arm/mach-omap2/omap4-common.c 		sram_sync = (void *)gen_pool_alloc(sram_pool, PAGE_SIZE);
sram_pool          60 arch/sh/boards/mach-sdk7786/sram.c 	ret = gen_pool_add(sram_pool, (unsigned long)vaddr, SZ_2K, -1);
sram_pool          11 arch/sh/include/asm/sram.h extern struct gen_pool *sram_pool;
sram_pool          15 arch/sh/include/asm/sram.h 	if (!sram_pool)
sram_pool          18 arch/sh/include/asm/sram.h 	return gen_pool_alloc(sram_pool, len);
sram_pool          23 arch/sh/include/asm/sram.h 	return gen_pool_free(sram_pool, addr, len);
sram_pool          22 arch/sh/mm/sram.c struct gen_pool *sram_pool;
sram_pool          29 arch/sh/mm/sram.c 	sram_pool = gen_pool_create(1, -1);
sram_pool          30 arch/sh/mm/sram.c 	if (unlikely(!sram_pool))
sram_pool         110 drivers/fsi/fsi-master-ast-cf.c 	struct gen_pool		*sram_pool;
sram_pool        1201 drivers/fsi/fsi-master-ast-cf.c 	gen_pool_free(master->sram_pool, (unsigned long)master->sram, SRAM_SIZE);
sram_pool        1340 drivers/fsi/fsi-master-ast-cf.c 	master->sram_pool = of_gen_pool_get(dev_of_node(&pdev->dev), "aspeed,sram", 0);
sram_pool        1341 drivers/fsi/fsi-master-ast-cf.c 	if (!master->sram_pool) {
sram_pool        1349 drivers/fsi/fsi-master-ast-cf.c 	master->sram = (void __iomem *)gen_pool_alloc_algo(master->sram_pool, SRAM_SIZE,
sram_pool        1357 drivers/fsi/fsi-master-ast-cf.c 		(unsigned long)gen_pool_virt_to_phys(master->sram_pool,
sram_pool        1405 drivers/fsi/fsi-master-ast-cf.c 	gen_pool_free(master->sram_pool, (unsigned long)master->sram, SRAM_SIZE);
sram_pool         201 drivers/memory/ti-emif-pm.c int ti_emif_copy_pm_function_table(struct gen_pool *sram_pool, void *dst)
sram_pool         208 drivers/memory/ti-emif-pm.c 	copy_addr = sram_exec_copy(sram_pool, dst,
sram_pool          47 drivers/soc/ti/pm33xx.c static struct gen_pool *sram_pool, *sram_pool_data;
sram_pool          96 drivers/soc/ti/pm33xx.c 	am33xx_do_wfi_sram_phys = gen_pool_virt_to_phys(sram_pool,
sram_pool          99 drivers/soc/ti/pm33xx.c 	am33xx_do_wfi_sram = sram_exec_copy(sram_pool, (void *)ocmcram_location,
sram_pool         111 drivers/soc/ti/pm33xx.c 	ret = ti_emif_copy_pm_function_table(sram_pool, (void *)table_addr);
sram_pool         120 drivers/soc/ti/pm33xx.c 	copy_addr = sram_exec_copy(sram_pool, (void *)ro_data_addr,
sram_pool         346 drivers/soc/ti/pm33xx.c 	gen_pool_free(sram_pool, ocmcram_location, *pm_sram->do_wfi_sz);
sram_pool         369 drivers/soc/ti/pm33xx.c 	sram_pool = of_gen_pool_get(np, "pm-sram", 0);
sram_pool         370 drivers/soc/ti/pm33xx.c 	if (!sram_pool) {
sram_pool         385 drivers/soc/ti/pm33xx.c 	ocmcram_location = gen_pool_alloc(sram_pool, *pm_sram->do_wfi_sz);
sram_pool         397 drivers/soc/ti/pm33xx.c 		gen_pool_free(sram_pool, ocmcram_location, *pm_sram->do_wfi_sz);
sram_pool          73 drivers/uio/uio_pruss.c 	struct gen_pool *sram_pool;
sram_pool         110 drivers/uio/uio_pruss.c 		gen_pool_free(gdev->sram_pool,
sram_pool         165 drivers/uio/uio_pruss.c 	if (pdata->sram_pool) {
sram_pool         166 drivers/uio/uio_pruss.c 		gdev->sram_pool = pdata->sram_pool;
sram_pool         168 drivers/uio/uio_pruss.c 			(unsigned long)gen_pool_dma_alloc(gdev->sram_pool,
sram_pool         237 drivers/uio/uio_pruss.c 	if (pdata->sram_pool)
sram_pool         238 drivers/uio/uio_pruss.c 		gen_pool_free(gdev->sram_pool, gdev->sram_vaddr, sram_pool_sz);
sram_pool          34 include/linux/platform_data/davinci_asp.h 	struct gen_pool *sram_pool;
sram_pool          24 include/linux/platform_data/uio_pruss.h 	struct gen_pool *sram_pool;
sram_pool         143 include/linux/ti-emif-sram.h int ti_emif_copy_pm_function_table(struct gen_pool *sram_pool, void *dst);