arch/arm/mach-rockchip/headsmp.S

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-rockchip/headsmp.S
Extension
.S
Size
375 bytes
Lines
17
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 <linux/init.h>

ENTRY(rockchip_secondary_trampoline)
	ldr	pc, 1f
ENDPROC(rockchip_secondary_trampoline)
	.globl	rockchip_boot_fn
rockchip_boot_fn:
1:	.space	4

ENTRY(rockchip_secondary_trampoline_end)

Annotation

Implementation Notes