arch/xtensa/include/asm/seccomp.h

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

File Facts

System
Linux kernel
Corpus path
arch/xtensa/include/asm/seccomp.h
Extension
.h
Size
287 bytes
Lines
12
Domain
Architecture Layer
Bucket
arch/xtensa
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_SECCOMP_H
#define _ASM_SECCOMP_H

#include <asm-generic/seccomp.h>

#define SECCOMP_ARCH_NATIVE		AUDIT_ARCH_XTENSA
#define SECCOMP_ARCH_NATIVE_NR		NR_syscalls
#define SECCOMP_ARCH_NATIVE_NAME	"xtensa"

#endif /* _ASM_SECCOMP_H */

Annotation

Implementation Notes