arch/powerpc/kernel/vdso64_wrapper.S

Source file repositories/reference/linux-study-clean/arch/powerpc/kernel/vdso64_wrapper.S

File Facts

System
Linux kernel
Corpus path
arch/powerpc/kernel/vdso64_wrapper.S
Extension
.S
Size
288 bytes
Lines
15
Domain
Architecture Layer
Bucket
arch/powerpc
Inferred role
Architecture Layer: arch/powerpc
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/linkage.h>
#include <asm/page.h>

	.section ".data..ro_after_init", "aw"

	.globl vdso64_start, vdso64_end
	.balign PAGE_SIZE
vdso64_start:
	.incbin "arch/powerpc/kernel/vdso/vdso64.so.dbg"
	.balign PAGE_SIZE
vdso64_end:

	.previous

Annotation

Implementation Notes