arch/hexagon/include/asm/unistd.h

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

File Facts

System
Linux kernel
Corpus path
arch/hexagon/include/asm/unistd.h
Extension
.h
Size
244 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/hexagon
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_CLONE
#define __ARCH_WANT_SYS_VFORK
#define __ARCH_WANT_SYS_FORK

#define __ARCH_BROKEN_SYS_CLONE3

#include <uapi/asm/unistd.h>

Annotation

Implementation Notes