arch/sh/include/asm/module.h

Source file repositories/reference/linux-study-clean/arch/sh/include/asm/module.h

File Facts

System
Linux kernel
Corpus path
arch/sh/include/asm/module.h
Extension
.h
Size
276 bytes
Lines
15
Domain
Architecture Layer
Bucket
arch/sh
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 mod_arch_specific {
	struct list_head fde_list;
	struct list_head cie_list;
};
#endif

#endif /* _ASM_SH_MODULE_H */

Annotation

Implementation Notes