arch/csky/include/asm/sections.h

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

File Facts

System
Linux kernel
Corpus path
arch/csky/include/asm/sections.h
Extension
.h
Size
290 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/csky
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_SECTIONS_H
#define __ASM_SECTIONS_H

#include <asm-generic/sections.h>

extern char _start[];

asmlinkage void csky_start(unsigned int unused, void *dtb_start);
asmlinkage void csky_start_secondary(void);

#endif /* __ASM_SECTIONS_H */

Annotation

Implementation Notes