arch/hexagon/kernel/head.S

Source file repositories/reference/linux-study-clean/arch/hexagon/kernel/head.S

File Facts

System
Linux kernel
Corpus path
arch/hexagon/kernel/head.S
Extension
.S
Size
5466 bytes
Lines
219
Domain
Architecture Layer
Bucket
arch/hexagon
Inferred role
Architecture Layer: arch/hexagon
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

call start_kernel

	/*
	 * Should not reach here.
	 */
1:
	jump 1b

.p2align PAGE_SHIFT
ENTRY(external_cmdline_buffer)
        .fill _PAGE_SIZE,1,0

Annotation

Implementation Notes