Lines Matching refs:sram_pool
51 static struct gen_pool *sram_pool, *sram_pool_data;
100 am33xx_do_wfi_sram_phys = gen_pool_virt_to_phys(sram_pool,
103 am33xx_do_wfi_sram = sram_exec_copy(sram_pool, (void *)ocmcram_location,
115 ret = ti_emif_copy_pm_function_table(sram_pool, (void *)table_addr);
124 copy_addr = sram_exec_copy(sram_pool, (void *)ro_data_addr,
376 gen_pool_free(sram_pool, ocmcram_location, *pm_sram->do_wfi_sz);
399 sram_pool = of_gen_pool_get(np, "pm-sram", 0);
400 if (!sram_pool) {
415 ocmcram_location = gen_pool_alloc(sram_pool, *pm_sram->do_wfi_sz);
427 gen_pool_free(sram_pool, ocmcram_location, *pm_sram->do_wfi_sz);