arch/arm/vfp/vfpmodule.c
Source file repositories/reference/linux-study-clean/arch/arm/vfp/vfpmodule.c
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/vfp/vfpmodule.c- Extension
.c- Size
- 27628 bytes
- Lines
- 1061
- 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/types.hlinux/cpu.hlinux/cpu_pm.hlinux/hardirq.hlinux/kernel.hlinux/notifier.hlinux/signal.hlinux/sched/signal.hlinux/smp.hlinux/init.hlinux/uaccess.hlinux/user.hlinux/export.hlinux/perf_event.hasm/cp15.hasm/cputype.hasm/system_info.hasm/thread_notify.hasm/traps.hasm/vfp.hasm/neon.hvfpinstr.hvfp.h
Detected Declarations
function vfp_state_releasefunction vfp_state_releasefunction vfp_state_in_hwfunction vfp_force_reloadfunction vfp_thread_flushfunction vfp_thread_exitfunction vfp_thread_copyfunction vfp_notifierfunction vfp_raise_sigfpefunction vfp_panicfunction vfp_raise_exceptionsfunction vfp_emulate_instructionfunction VFP_bouncefunction vfp_enablefunction vfp_initfunction vfp_pm_suspendfunction vfp_pm_resumefunction vfp_cpu_pm_notifierfunction vfp_pm_initfunction vfp_pm_initfunction vfp_flush_hwstatefunction functionfunction vfp_restore_user_hwstatefunction vfp_dying_cpufunction vfp_starting_cpufunction vfp_kmode_exceptionfunction vfp_support_entryfunction kernel_neon_beginfunction kernel_neon_endfunction vfp_detectfunction vfp_initmodule init vfp_initexport kernel_neon_beginexport kernel_neon_end
Annotated Snippet
core_initcall(vfp_init);
Annotation
- Immediate include surface: `linux/types.h`, `linux/cpu.h`, `linux/cpu_pm.h`, `linux/hardirq.h`, `linux/kernel.h`, `linux/notifier.h`, `linux/signal.h`, `linux/sched/signal.h`.
- Detected declarations: `function vfp_state_release`, `function vfp_state_release`, `function vfp_state_in_hw`, `function vfp_force_reload`, `function vfp_thread_flush`, `function vfp_thread_exit`, `function vfp_thread_copy`, `function vfp_notifier`, `function vfp_raise_sigfpe`, `function vfp_panic`.
- 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.