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

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

File Facts

System
Linux kernel
Corpus path
arch/parisc/include/uapi/asm/sigcontext.h
Extension
.h
Size
557 bytes
Lines
22
Domain
Architecture Layer
Bucket
arch/parisc
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 {
	unsigned long sc_flags;

	unsigned long sc_gr[32]; /* PSW in sc_gr[0] */
	unsigned long long sc_fr[32]; /* FIXME, do we need other state info? */
	unsigned long sc_iasq[2];
	unsigned long sc_iaoq[2];
	unsigned long sc_sar; /* cr11 */
};


#endif

Annotation

Implementation Notes