arch/powerpc/boot/fixed-head.S

Source file repositories/reference/linux-study-clean/arch/powerpc/boot/fixed-head.S

File Facts

System
Linux kernel
Corpus path
arch/powerpc/boot/fixed-head.S
Extension
.S
Size
105 bytes
Lines
6
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

.text
	.global _zimage_start
_zimage_start:
	b	_zimage_start_lib

Annotation

Implementation Notes