arch/openrisc/include/asm/unistd.h

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

File Facts

System
Linux kernel
Corpus path
arch/openrisc/include/asm/unistd.h
Extension
.h
Size
217 bytes
Lines
9
Domain
Architecture Layer
Bucket
arch/openrisc
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

#define __ARCH_WANT_STAT64
#define __ARCH_WANT_SYS_FORK
#define __ARCH_WANT_SYS_CLONE
#define __ARCH_WANT_TIME32_SYSCALLS

#include <uapi/asm/unistd.h>

Annotation

Implementation Notes