arch/csky/include/asm/syscalls.h

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

File Facts

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

#ifndef __ASM_CSKY_SYSCALLS_H
#define __ASM_CSKY_SYSCALLS_H

#include <asm-generic/syscalls.h>

long sys_cacheflush(void __user *, unsigned long, int);

long sys_set_thread_area(unsigned long addr);

long sys_csky_fadvise64_64(int fd, int advice, loff_t offset, loff_t len);

#endif /* __ASM_CSKY_SYSCALLS_H */

Annotation

Implementation Notes