arch/um/include/asm/sections.h

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

File Facts

System
Linux kernel
Corpus path
arch/um/include/asm/sections.h
Extension
.h
Size
219 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/um
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 __UM_SECTIONS_H
#define __UM_SECTIONS_H

#include <asm-generic/sections.h>

extern char __binary_start[];
extern char __syscall_stub_start[], __syscall_stub_end[];

#endif

Annotation

Implementation Notes