arch/arm64/include/uapi/asm/signal.h

Source file repositories/reference/linux-study-clean/arch/arm64/include/uapi/asm/signal.h

File Facts

System
Linux kernel
Corpus path
arch/arm64/include/uapi/asm/signal.h
Extension
.h
Size
898 bytes
Lines
29
Domain
Architecture Layer
Bucket
arch/arm64
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_SIGNAL_H
#define __ASM_SIGNAL_H

/* Required for AArch32 compatibility. */
#define SA_RESTORER	0x04000000

#define MINSIGSTKSZ 5120
#define SIGSTKSZ    16384

#include <asm-generic/signal.h>

#endif

Annotation

Implementation Notes