arch/arm/mach-berlin/headsmp.S

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-berlin/headsmp.S
Extension
.S
Size
458 bytes
Lines
22
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>
#include <asm/assembler.h>

/*
 * If the following instruction is set in the reset exception vector, CPUs
 * will fetch the value of the software reset address vector when being
 * reset.
 */
.global boot_inst
boot_inst:
	ldr	pc, [pc, #140]

	.align

Annotation

Implementation Notes