arch/sparc/include/asm/traps.h

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

File Facts

System
Linux kernel
Corpus path
arch/sparc/include/asm/traps.h
Extension
.h
Size
579 bytes
Lines
26
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 tt_entry {
	unsigned long inst_one;
	unsigned long inst_two;
	unsigned long inst_three;
	unsigned long inst_four;
};

/* We set this to _start in system setup. */
extern struct tt_entry *sparc_ttable;

#endif /* !(__ASSEMBLER__) */
#endif /* !(_SPARC_TRAPS_H) */

Annotation

Implementation Notes