arch/s390/kernel/vdso/note.S

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

File Facts

System
Linux kernel
Corpus path
arch/s390/kernel/vdso/note.S
Extension
.S
Size
330 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/s390
Inferred role
Architecture Layer: arch/s390
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/uts.h>
#include <linux/version.h>
#include <linux/elfnote.h>

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

Annotation

Implementation Notes