arch/loongarch/include/asm/kdebug.h

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

File Facts

System
Linux kernel
Corpus path
arch/loongarch/include/asm/kdebug.h
Extension
.h
Size
318 bytes
Lines
19
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_LOONGARCH_KDEBUG_H
#define _ASM_LOONGARCH_KDEBUG_H

#include <linux/notifier.h>

enum die_val {
	DIE_OOPS = 1,
	DIE_RI,
	DIE_FP,
	DIE_SIMD,
	DIE_TRAP,
};

#endif /* _ASM_LOONGARCH_KDEBUG_H */

Annotation

Implementation Notes