arch/powerpc/boot/pseries-head.S

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

File Facts

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

#include "ppc_asm.h"

	.text

	.globl _zimage_start
_zimage_start:
	FIXUP_ENDIAN
	b _zimage_start_lib

Annotation

Implementation Notes