arch/x86/entry/vsyscall/Makefile

Source file repositories/reference/linux-study-clean/arch/x86/entry/vsyscall/Makefile

File Facts

System
Linux kernel
Corpus path
arch/x86/entry/vsyscall/Makefile
Extension
[no extension]
Size
164 bytes
Lines
7
Domain
Architecture Layer
Bucket
arch/x86
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

# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the x86 low level vsyscall code
#
obj-$(CONFIG_X86_VSYSCALL_EMULATION)	+= vsyscall_64.o vsyscall_emu_64.o

Annotation

Implementation Notes