arch/nios2/include/asm/syscalls.h

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

File Facts

System
Linux kernel
Corpus path
arch/nios2/include/asm/syscalls.h
Extension
.h
Size
404 bytes
Lines
15
Domain
Architecture Layer
Bucket
arch/nios2
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_NIOS2_SYSCALLS_H
#define __ASM_NIOS2_SYSCALLS_H

int sys_cacheflush(unsigned long addr, unsigned long len,
				unsigned int op);
asmlinkage long __sys_clone3(struct clone_args __user *uargs, size_t size);

#include <asm-generic/syscalls.h>

#endif /* __ASM_NIOS2_SYSCALLS_H */

Annotation

Implementation Notes