Lines Matching full:sram
3 * linux/arch/arm/plat-omap/sram.c
5 * OMAP SRAM detection and management
27 #include <plat/sram.h>
37 * Memory allocator for SRAM: calculates the new ceiling address
50 pr_err("Not enough space in SRAM\n"); in omap_sram_push_address()
63 void *sram; in omap_sram_push() local
68 sram = omap_sram_push_address(size); in omap_sram_push()
69 if (!sram) in omap_sram_push()
72 base = (unsigned long)sram & PAGE_MASK; in omap_sram_push()
77 dst = fncpy(sram, funcp, size); in omap_sram_push()
86 * The SRAM context is lost during off-idle and stack
95 * Note that we cannot use ioremap for SRAM, as clock init needs SRAM early.
111 pr_err("SRAM: Could not map\n"); in omap_map_sram()
119 * beginning of SRAM for jumping to flash for reboot to work... in omap_map_sram()