arch/arm/mach-omap2/l3_3xxx.h

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-omap2/l3_3xxx.h
Extension
.h
Size
429 bytes
Lines
16
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

#ifndef __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L3_3XXX_H
#define __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L3_3XXX_H

/* L3 Initiator IDs */
/* Display Sub system (DSS) */
#define OMAP3_L3_CORE_FW_INIT_ID_DSS			29

#endif

Annotation

Implementation Notes