arch/sh/kernel/syscalls_32.S

Source file repositories/reference/linux-study-clean/arch/sh/kernel/syscalls_32.S

File Facts

System
Linux kernel
Corpus path
arch/sh/kernel/syscalls_32.S
Extension
.S
Size
363 bytes
Lines
18
Domain
Architecture Layer
Bucket
arch/sh
Inferred role
Architecture Layer: syscall or user/kernel boundary
Status
core 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

#include <linux/sys.h>
#include <linux/linkage.h>

#define __SYSCALL(nr, entry)	.long entry
	.data
ENTRY(sys_call_table)
#include <asm/syscall_table.h>
#undef __SYSCALL

Annotation

Implementation Notes