arch/loongarch/include/asm/suspend.h

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

File Facts

System
Linux kernel
Corpus path
arch/loongarch/include/asm/suspend.h
Extension
.h
Size
240 bytes
Lines
11
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 __ASM_SUSPEND_H
#define __ASM_SUSPEND_H

void loongarch_common_suspend(void);
void loongarch_common_resume(void);
void loongarch_suspend_enter(void);
void loongarch_wakeup_start(void);

#endif

Annotation

Implementation Notes