arch/powerpc/include/asm/sections.h

Source file repositories/reference/linux-study-clean/arch/powerpc/include/asm/sections.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/asm/sections.h
Extension
.h
Size
2084 bytes
Lines
84
Domain
Architecture Layer
Bucket
arch/powerpc
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

static inline unsigned long kernel_toc_addr(void) { BUILD_BUG(); return -1UL; }
#endif

#endif /* __KERNEL__ */
#endif	/* _ASM_POWERPC_SECTIONS_H */

Annotation

Implementation Notes