arch/arm/mach-shmobile/headsmp-apmu.S

Source file repositories/reference/linux-study-clean/arch/arm/mach-shmobile/headsmp-apmu.S

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-shmobile/headsmp-apmu.S
Extension
.S
Size
316 bytes
Lines
15
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(shmobile_boot_apmu)
	bl	secure_cntvoff_init
	b	secondary_startup
ENDPROC(shmobile_boot_apmu)

Annotation

Implementation Notes