arch/alpha/include/asm/seccomp.h

Source file repositories/reference/linux-study-clean/arch/alpha/include/asm/seccomp.h

File Facts

System
Linux kernel
Corpus path
arch/alpha/include/asm/seccomp.h
Extension
.h
Size
375 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/alpha
Inferred role
Architecture Layer: implementation source
Status
source 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_ALPHA_SECCOMP_H
#define _ASM_ALPHA_SECCOMP_H

#include <asm/unistd.h>
#include <asm-generic/seccomp.h>
#include <uapi/linux/audit.h>

#define SECCOMP_ARCH_NATIVE            AUDIT_ARCH_ALPHA
#define SECCOMP_ARCH_NATIVE_NR         NR_syscalls
#define SECCOMP_ARCH_NATIVE_NAME       "alpha"

#endif /* _ASM_ALPHA_SECCOMP_H */

Annotation

Implementation Notes