arch/mips/sgi-ip32/ip32-reset.c
Source file repositories/reference/linux-study-clean/arch/mips/sgi-ip32/ip32-reset.c
File Facts
- System
- Linux kernel
- Corpus path
arch/mips/sgi-ip32/ip32-reset.c- Extension
.c- Size
- 3677 bytes
- Lines
- 156
- Domain
- Architecture Layer
- Bucket
- arch/mips
- 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.
- Uses kernel synchronization; read lock ordering, sleepability, and interrupt context assumptions before translating.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
linux/compiler.hlinux/init.hlinux/kernel.hlinux/module.hlinux/panic_notifier.hlinux/sched.hlinux/sched/signal.hlinux/notifier.hlinux/delay.hlinux/rtc/ds1685.hlinux/interrupt.hlinux/pm.hasm/addrspace.hasm/irq.hasm/reboot.hasm/wbflush.hasm/ip32/mace.hasm/ip32/crime.hasm/ip32/ip32_ints.hip32-common.h
Detected Declarations
function ip32_powerofffunction ip32_machine_restartfunction blink_timeoutfunction ip32_machine_haltfunction power_timeoutfunction ip32_prepare_powerofffunction panic_eventfunction ip32_reboot_setupmodule init ip32_reboot_setup
Annotated Snippet
subsys_initcall(ip32_reboot_setup);
Annotation
- Immediate include surface: `linux/compiler.h`, `linux/init.h`, `linux/kernel.h`, `linux/module.h`, `linux/panic_notifier.h`, `linux/sched.h`, `linux/sched/signal.h`, `linux/notifier.h`.
- Detected declarations: `function ip32_poweroff`, `function ip32_machine_restart`, `function blink_timeout`, `function ip32_machine_halt`, `function power_timeout`, `function ip32_prepare_poweroff`, `function panic_event`, `function ip32_reboot_setup`, `module init ip32_reboot_setup`.
- Atlas domain: Architecture Layer / arch/mips.
- Implementation status: integration implementation candidate.
- Synchronization appears in or near this file; preserve lock ordering, sleepability, and interrupt-context constraints.
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.