arch/x86/include/asm/syscalls.h

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

File Facts

System
Linux kernel
Corpus path
arch/x86/include/asm/syscalls.h
Extension
.h
Size
374 bytes
Lines
16
Domain
Architecture Layer
Bucket
arch/x86
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_X86_SYSCALLS_H
#define _ASM_X86_SYSCALLS_H

/* Common in X86_32 and X86_64 */
/* kernel/ioport.c */
long ksys_ioperm(unsigned long from, unsigned long num, int turn_on);

#endif /* _ASM_X86_SYSCALLS_H */

Annotation

Implementation Notes