arch/sh/kernel/io.c

Source file repositories/reference/linux-study-clean/arch/sh/kernel/io.c

File Facts

System
Linux kernel
Corpus path
arch/sh/kernel/io.c
Extension
.c
Size
2487 bytes
Lines
112
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

while (count) {
                count--;
                writeb(c, dst);
                dst++;
        }
}
EXPORT_SYMBOL(memset_io);

Annotation

Implementation Notes