arch/riscv/kernel/vdso/note.S

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

File Facts

System
Linux kernel
Corpus path
arch/riscv/kernel/vdso/note.S
Extension
.S
Size
369 bytes
Lines
16
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

#include <linux/elfnote.h>
#include <linux/version.h>
#include <asm/assembler.h>

ELFNOTE_START(Linux, 0, "a")
	.long LINUX_VERSION_CODE
ELFNOTE_END

emit_riscv_feature_1_and

Annotation

Implementation Notes