arch/s390/kernel/vdso/vdso_wrapper.S

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

File Facts

System
Linux kernel
Corpus path
arch/s390/kernel/vdso/vdso_wrapper.S
Extension
.S
Size
277 bytes
Lines
16
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/init.h>
#include <linux/linkage.h>
#include <asm/page.h>

	__PAGE_ALIGNED_DATA

	.globl vdso_start, vdso_end
	.balign PAGE_SIZE
vdso_start:
	.incbin "arch/s390/kernel/vdso/vdso.so"
	.balign PAGE_SIZE
vdso_end:

	.previous

Annotation

Implementation Notes