arch/microblaze/include/uapi/asm/sigcontext.h

Source file repositories/reference/linux-study-clean/arch/microblaze/include/uapi/asm/sigcontext.h

File Facts

System
Linux kernel
Corpus path
arch/microblaze/include/uapi/asm/sigcontext.h
Extension
.h
Size
537 bytes
Lines
22
Domain
Architecture Layer
Bucket
arch/microblaze
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

struct sigcontext {
	struct pt_regs regs;
	unsigned long oldmask;
};

#endif /* _ASM_MICROBLAZE_SIGCONTEXT_H */

Annotation

Implementation Notes