arch/riscv/kernel/vdso_cfi/vdso-cfi.S

Source file repositories/reference/linux-study-clean/arch/riscv/kernel/vdso_cfi/vdso-cfi.S

File Facts

System
Linux kernel
Corpus path
arch/riscv/kernel/vdso_cfi/vdso-cfi.S
Extension
.S
Size
234 bytes
Lines
12
Domain
Architecture Layer
Bucket
arch/riscv
Inferred role
Architecture Layer: arch/riscv
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

#define	vdso_start	vdso_cfi_start
#define	vdso_end	vdso_cfi_end

#define __VDSO_PATH "arch/riscv/kernel/vdso_cfi/vdso-cfi.so"

#include "../vdso/vdso.S"

Annotation

Implementation Notes