arch/hexagon/include/asm/syscalls.h

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

File Facts

System
Linux kernel
Corpus path
arch/hexagon/include/asm/syscalls.h
Extension
.h
Size
204 bytes
Lines
7
Domain
Architecture Layer
Bucket
arch/hexagon
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

#include <asm-generic/syscalls.h>

asmlinkage long sys_hexagon_fadvise64_64(int fd, int advice,
	                                  u32 a2, u32 a3, u32 a4, u32 a5);

Annotation

Implementation Notes