arch/openrisc/include/asm/syscalls.h

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

File Facts

System
Linux kernel
Corpus path
arch/openrisc/include/asm/syscalls.h
Extension
.h
Size
878 bytes
Lines
29
Domain
Architecture Layer
Bucket
arch/openrisc
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_OPENRISC_SYSCALLS_H
#define __ASM_OPENRISC_SYSCALLS_H

asmlinkage long sys_or1k_atomic(unsigned long type, unsigned long *v1,
				unsigned long *v2);

#include <asm-generic/syscalls.h>

asmlinkage long __sys_clone(unsigned long clone_flags, unsigned long newsp,
			void __user *parent_tid, void __user *child_tid, int tls);
asmlinkage long __sys_clone3(struct clone_args __user *uargs, size_t size);
asmlinkage long __sys_fork(void);

#endif /* __ASM_OPENRISC_SYSCALLS_H */

Annotation

Implementation Notes