arch/arm/mach-mvebu/headsmp-a9.S

Source file repositories/reference/linux-study-clean/arch/arm/mach-mvebu/headsmp-a9.S

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-mvebu/headsmp-a9.S
Extension
.S
Size
525 bytes
Lines
21
Domain
Architecture Layer
Bucket
arch/arm
Inferred role
Architecture Layer: arch/arm
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 <linux/linkage.h>

#include <asm/assembler.h>

ENTRY(mvebu_cortex_a9_secondary_startup)
ARM_BE8(setend	be)
	bl	armada_38x_scu_power_up
	b	secondary_startup
ENDPROC(mvebu_cortex_a9_secondary_startup)

Annotation

Implementation Notes