arch/arc/include/asm/kdebug.h

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

File Facts

System
Linux kernel
Corpus path
arch/arc/include/asm/kdebug.h
Extension
.h
Size
254 bytes
Lines
17
Domain
Architecture Layer
Bucket
arch/arc
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_ARC_KDEBUG_H
#define _ASM_ARC_KDEBUG_H

enum die_val {
	DIE_UNUSED,
	DIE_TRAP,
	DIE_IERR,
	DIE_OOPS
};

#endif

Annotation

Implementation Notes