arch/arm/mach-omap2/sram.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-omap2/sram.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-omap2/sram.h
Extension
.h
Size
1805 bytes
Lines
59
Domain
Architecture Layer
Bucket
arch/arm
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

static inline void omap_push_sram_idle(void) {}
#endif /* CONFIG_PM */

#endif /* __ASSEMBLY__ */

/*
 * OMAP2+: define the SRAM PA addresses.
 * Used by the SRAM management code and the idle sleep code.
 */
#define OMAP2_SRAM_PA		0x40200000
#define OMAP3_SRAM_PA           0x40200000

Annotation

Implementation Notes