arch/sparc/include/asm/hibernate.h

Source file repositories/reference/linux-study-clean/arch/sparc/include/asm/hibernate.h

File Facts

System
Linux kernel
Corpus path
arch/sparc/include/asm/hibernate.h
Extension
.h
Size
421 bytes
Lines
25
Domain
Architecture Layer
Bucket
arch/sparc
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 saved_context {
	unsigned long fp;
	unsigned long cwp;
	unsigned long wstate;

	unsigned long tick;
	unsigned long pstate;

	unsigned long g4;
	unsigned long g5;
	unsigned long g6;
};

#endif

Annotation

Implementation Notes