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

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

File Facts

System
Linux kernel
Corpus path
arch/loongarch/include/uapi/asm/signal.h
Extension
.h
Size
284 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/loongarch
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 _UAPI_ASM_SIGNAL_H
#define _UAPI_ASM_SIGNAL_H

#define MINSIGSTKSZ 4096
#define SIGSTKSZ    16384

#include <asm-generic/signal.h>

#endif

Annotation

Implementation Notes