arch/microblaze/kernel/syscall_table.S

Source file repositories/reference/linux-study-clean/arch/microblaze/kernel/syscall_table.S

File Facts

System
Linux kernel
Corpus path
arch/microblaze/kernel/syscall_table.S
Extension
.S
Size
134 bytes
Lines
6
Domain
Architecture Layer
Bucket
arch/microblaze
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

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

Annotation

Implementation Notes