arch/alpha/kernel/systbls.S

Source file repositories/reference/linux-study-clean/arch/alpha/kernel/systbls.S

File Facts

System
Linux kernel
Corpus path
arch/alpha/kernel/systbls.S
Extension
.S
Size
261 bytes
Lines
16
Domain
Architecture Layer
Bucket
arch/alpha
Inferred role
Architecture Layer: arch/alpha
Status
atlas-only

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 <asm/unistd.h>

#define __SYSCALL(nr, entry) .quad entry
	.data
	.align 3
	.globl sys_call_table
sys_call_table:
#include <asm/syscall_table.h>

Annotation

Implementation Notes