arch/x86/entry/vdso/common/note.S

Source file repositories/reference/linux-study-clean/arch/x86/entry/vdso/common/note.S

File Facts

System
Linux kernel
Corpus path
arch/x86/entry/vdso/common/note.S
Extension
.S
Size
496 bytes
Lines
19
Domain
Architecture Layer
Bucket
arch/x86
Inferred role
Architecture Layer: arch/x86
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/build-salt.h>
#include <linux/version.h>
#include <linux/elfnote.h>

/* Ideally this would use UTS_NAME, but using a quoted string here
   doesn't work. Remember to change this when changing the
   kernel's name. */
ELFNOTE_START(Linux, 0, "a")
	.long LINUX_VERSION_CODE
ELFNOTE_END

BUILD_SALT

Annotation

Implementation Notes