arch/alpha/lib/styncpy.S

Source file repositories/reference/linux-study-clean/arch/alpha/lib/styncpy.S

File Facts

System
Linux kernel
Corpus path
arch/alpha/lib/styncpy.S
Extension
.S
Size
168 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/alpha
Inferred role
Architecture Layer: arch/alpha
Status
atlas-only

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

#ifdef CONFIG_ALPHA_EV67
#include "ev67-strncat.S"
#else
#include "strncat.S"
#endif
#ifdef CONFIG_ALPHA_EV6
#include "ev6-stxncpy.S"
#else
#include "stxncpy.S"
#endif

Annotation

Implementation Notes