arch/parisc/kernel/vdso32/vdso32_wrapper.S

Source file repositories/reference/linux-study-clean/arch/parisc/kernel/vdso32/vdso32_wrapper.S

File Facts

System
Linux kernel
Corpus path
arch/parisc/kernel/vdso32/vdso32_wrapper.S
Extension
.S
Size
267 bytes
Lines
15
Domain
Architecture Layer
Bucket
arch/parisc
Inferred role
Architecture Layer: arch/parisc
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>

	__PAGE_ALIGNED_DATA

	.globl vdso32_start, vdso32_end
	.balign PAGE_SIZE
vdso32_start:
	.incbin "arch/parisc/kernel/vdso32/vdso32.so"
	.balign PAGE_SIZE
vdso32_end:

	.previous

Annotation

Implementation Notes