arch/loongarch/include/asm/unistd.h

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

File Facts

System
Linux kernel
Corpus path
arch/loongarch/include/asm/unistd.h
Extension
.h
Size
367 bytes
Lines
16
Domain
Architecture Layer
Bucket
arch/loongarch
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_NEW_STAT
#define __ARCH_WANT_SYS_CLONE
#define __ARCH_WANT_MEMFD_SECRET

#define NR_syscalls (__NR_syscalls)

Annotation

Implementation Notes