arch/mips/txx9/rbtx4927/prom.c
Source file repositories/reference/linux-study-clean/arch/mips/txx9/rbtx4927/prom.c
File Facts
- System
- Linux kernel
- Corpus path
arch/mips/txx9/rbtx4927/prom.c- Extension
.c- Size
- 1704 bytes
- Lines
- 43
- Domain
- Architecture Layer
- Bucket
- arch/mips
- Inferred role
- Architecture Layer: implementation source
- Status
- source 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.
Dependency Surface
linux/init.hlinux/memblock.hasm/txx9/generic.hasm/txx9/rbtx4927.h
Detected Declarations
function rbtx4927_prom_init
Annotated Snippet
#include <linux/init.h>
#include <linux/memblock.h>
#include <asm/txx9/generic.h>
#include <asm/txx9/rbtx4927.h>
void __init rbtx4927_prom_init(void)
{
memblock_add(0, tx4927_get_mem_size());
txx9_sio_putchar_init(TX4927_SIO_REG(0) & 0xfffffffffULL);
}
Annotation
- Immediate include surface: `linux/init.h`, `linux/memblock.h`, `asm/txx9/generic.h`, `asm/txx9/rbtx4927.h`.
- Detected declarations: `function rbtx4927_prom_init`.
- Atlas domain: Architecture Layer / arch/mips.
- Implementation status: source 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.