arch/loongarch/vdso/elf.S

Source file repositories/reference/linux-study-clean/arch/loongarch/vdso/elf.S

File Facts

System
Linux kernel
Corpus path
arch/loongarch/vdso/elf.S
Extension
.S
Size
315 bytes
Lines
16
Domain
Architecture Layer
Bucket
arch/loongarch
Inferred role
Architecture Layer: arch/loongarch
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 <asm/vdso/vdso.h>

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

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

Annotation

Implementation Notes