arch/arc/include/asm/sections.h

Source file repositories/reference/linux-study-clean/arch/arc/include/asm/sections.h

File Facts

System
Linux kernel
Corpus path
arch/arc/include/asm/sections.h
Extension
.h
Size
261 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/arc
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 _ASM_ARC_SECTIONS_H
#define _ASM_ARC_SECTIONS_H

#include <asm-generic/sections.h>

extern char __arc_dccm_base[];

#endif

Annotation

Implementation Notes