arch/arm/mach-s3c/cpuidle-s3c64xx.c
Source file repositories/reference/linux-study-clean/arch/arm/mach-s3c/cpuidle-s3c64xx.c
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/mach-s3c/cpuidle-s3c64xx.c- Extension
.c- Size
- 1325 bytes
- Lines
- 60
- Domain
- Architecture Layer
- Bucket
- arch/arm
- Inferred role
- Architecture Layer: exported/initcall integration point
- Status
- integration implementation candidate
Why This File Exists
CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
- CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
- Exports symbols or registers init work; inspect boot/module ordering and who consumes the exported contract.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
linux/kernel.hlinux/init.hlinux/cpuidle.hlinux/io.hlinux/export.hlinux/time.hasm/cpuidle.hcpu.hmap.hregs-sys-s3c64xx.hregs-syscon-power-s3c64xx.h
Detected Declarations
function s3c64xx_enter_idlefunction s3c64xx_init_cpuidlemodule init s3c64xx_init_cpuidle
Annotated Snippet
device_initcall(s3c64xx_init_cpuidle);
Annotation
- Immediate include surface: `linux/kernel.h`, `linux/init.h`, `linux/cpuidle.h`, `linux/io.h`, `linux/export.h`, `linux/time.h`, `asm/cpuidle.h`, `cpu.h`.
- Detected declarations: `function s3c64xx_enter_idle`, `function s3c64xx_init_cpuidle`, `module init s3c64xx_init_cpuidle`.
- Atlas domain: Architecture Layer / arch/arm.
- Implementation status: integration implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.