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.
- CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
Dependency Surface
linux/linkage.hlinux/threads.hlinux/init.hasm/reg.hasm/page.hasm/mmu.hasm/ppc_asm.hasm/head-64.hasm/asm-offsets.hasm/bug.hasm/cputable.hasm/setup.hasm/hvcall.hasm/thread_info.hasm/firmware.hasm/page_64.hasm/irqflags.hasm/kvm_book3s_asm.hasm/ptrace.hasm/hw_irq.hasm/cputhreads.hasm/ppc-opcode.hasm/feature-fixups.hasm/exception-64s.hasm/exception-64e.hexceptions-64s.Sinterrupt_64.S
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
bl CFUNC(start_kernel)
/* Not reached */
0: trap
EMIT_BUG_ENTRY 0b, __FILE__, __LINE__, 0
.previous
Annotation
- Immediate include surface: `linux/linkage.h`, `linux/threads.h`, `linux/init.h`, `asm/reg.h`, `asm/page.h`, `asm/mmu.h`, `asm/ppc_asm.h`, `asm/head-64.h`.
- Atlas domain: Architecture Layer / arch/powerpc.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.