arch/mips/include/asm/pm.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/pm.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/pm.h
Extension
.h
Size
3782 bytes
Lines
156
Domain
Architecture Layer
Bucket
arch/mips
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 mips_static_suspend_state {
#ifdef CONFIG_EVA
	unsigned long segctl[3];
#endif
	unsigned long sp;
};

#endif /* !__ASSEMBLER__ */

#endif /* __ASM_PM_HELPERS_H */

Annotation

Implementation Notes