arch/um/kernel/skas/stub_exe_embed.S

Source file repositories/reference/linux-study-clean/arch/um/kernel/skas/stub_exe_embed.S

File Facts

System
Linux kernel
Corpus path
arch/um/kernel/skas/stub_exe_embed.S
Extension
.S
Size
246 bytes
Lines
12
Domain
Architecture Layer
Bucket
arch/um
Inferred role
Architecture Layer: arch/um
Status
atlas-only

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

#include <linux/init.h>
#include <linux/linkage.h>

__INITDATA

SYM_DATA_START(stub_exe_start)
	.incbin "arch/um/kernel/skas/stub_exe"
SYM_DATA_END_LABEL(stub_exe_start, SYM_L_GLOBAL, stub_exe_end)

__FINIT

Annotation

Implementation Notes