arch/powerpc/kernel/head_64.S

Source file repositories/reference/linux-study-clean/arch/powerpc/kernel/head_64.S

File Facts

System
Linux kernel
Corpus path
arch/powerpc/kernel/head_64.S
Extension
.S
Size
26467 bytes
Lines
1046
Domain
Architecture Layer
Bucket
arch/powerpc
Inferred role
Architecture Layer: arch/powerpc
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

bl	CFUNC(start_kernel)

	/* Not reached */
0:	trap
	EMIT_BUG_ENTRY 0b, __FILE__, __LINE__, 0
	.previous

Annotation

Implementation Notes