arch/csky/include/asm/unistd.h

Source file repositories/reference/linux-study-clean/arch/csky/include/asm/unistd.h

File Facts

System
Linux kernel
Corpus path
arch/csky/include/asm/unistd.h
Extension
.h
Size
164 bytes
Lines
9
Domain
Architecture Layer
Bucket
arch/csky
Inferred role
Architecture Layer: implementation source
Status
source 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 <uapi/asm/unistd.h>

#define __ARCH_WANT_STAT64
#define __ARCH_WANT_SYS_CLONE

#define NR_syscalls (__NR_syscalls)

Annotation

Implementation Notes