arch/sh/kernel/cpu/sh4/sq.c

Source file repositories/reference/linux-study-clean/arch/sh/kernel/cpu/sh4/sq.c

File Facts

System
Linux kernel
Corpus path
arch/sh/kernel/cpu/sh4/sq.c
Extension
.c
Size
9553 bytes
Lines
414
Domain
Architecture Layer
Bucket
arch/sh
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.

Dependency Surface

Detected Declarations

Annotated Snippet

module_init(sq_api_init);
module_exit(sq_api_exit);

MODULE_AUTHOR("Paul Mundt <lethal@linux-sh.org>, M. R. Brown <mrbrown@0xd6.org>");
MODULE_DESCRIPTION("Simple API for SH-4 integrated Store Queues");
MODULE_LICENSE("GPL");

Annotation

Implementation Notes