arch/arm64/boot/dts/arm/foundation-v8-spin-table.dtsi

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/arm/foundation-v8-spin-table.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/arm/foundation-v8-spin-table.dtsi
Extension
.dtsi
Size
403 bytes
Lines
26
Domain
Architecture Layer
Bucket
arch/arm64
Inferred role
Architecture Layer: configuration, schema, or hardware description
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

&cpu0 {
	enable-method = "spin-table";
	cpu-release-addr = <0x0 0x8000fff8>;
};

&cpu1 {
	enable-method = "spin-table";
	cpu-release-addr = <0x0 0x8000fff8>;
};

&cpu2 {
	enable-method = "spin-table";
	cpu-release-addr = <0x0 0x8000fff8>;
};

&cpu3 {
	enable-method = "spin-table";
	cpu-release-addr = <0x0 0x8000fff8>;
};

Annotation

Implementation Notes