arch/microblaze/include/asm/unwind.h

Source file repositories/reference/linux-study-clean/arch/microblaze/include/asm/unwind.h

File Facts

System
Linux kernel
Corpus path
arch/microblaze/include/asm/unwind.h
Extension
.h
Size
611 bytes
Lines
28
Domain
Architecture Layer
Bucket
arch/microblaze
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 trap_handler_info {
	unsigned long start_addr;
	unsigned long end_addr;
	const char    *trap_name;
};
extern struct trap_handler_info microblaze_trap_handlers;

extern const char _hw_exception_handler;
extern const char ex_handler_unhandled;

void microblaze_unwind(struct task_struct *task, struct stack_trace *trace,
		       const char *loglvl);

#endif	/* __MICROBLAZE_UNWIND_H */

Annotation

Implementation Notes