arch/arm/mach-omap1/iomap.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-omap1/iomap.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-omap1/iomap.h
Extension
.h
Size
1528 bytes
Lines
34
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

#define OMAP1_IO_PHYS		0xFFFB0000
#define OMAP1_IO_SIZE		0x40000
#define OMAP1_IO_VIRT		(OMAP1_IO_PHYS - OMAP1_IO_OFFSET)

Annotation

Implementation Notes