arch/sh/kernel/vsyscall/vsyscall-syscall.S

Source file repositories/reference/linux-study-clean/arch/sh/kernel/vsyscall/vsyscall-syscall.S

File Facts

System
Linux kernel
Corpus path
arch/sh/kernel/vsyscall/vsyscall-syscall.S
Extension
.S
Size
229 bytes
Lines
12
Domain
Architecture Layer
Bucket
arch/sh
Inferred role
Architecture Layer: syscall or user/kernel boundary
Status
core implementation candidate

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>

__INITDATA

	.globl vsyscall_trapa_start, vsyscall_trapa_end
vsyscall_trapa_start:
	.incbin "arch/sh/kernel/vsyscall/vsyscall-trapa.so"
vsyscall_trapa_end:

__FINIT

Annotation

Implementation Notes