arch/csky/kernel/vdso/so2s.sh

Source file repositories/reference/linux-study-clean/arch/csky/kernel/vdso/so2s.sh

File Facts

System
Linux kernel
Corpus path
arch/csky/kernel/vdso/so2s.sh
Extension
.sh
Size
144 bytes
Lines
6
Domain
Architecture Layer
Bucket
arch/csky
Inferred role
Architecture Layer: arch/csky
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

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0+

sed 's!\([0-9a-f]*\) T \([a-z0-9_]*\)\(@@LINUX_5.10\)*!.global \2\n.set \2,0x\1!' \
| grep '^\.'

Annotation

Implementation Notes