Home
last modified time | relevance | path

Searched refs:vsyscall (Results 1 – 24 of 24) sorted by relevance

/linux/arch/sh/kernel/vsyscall/
A DMakefile2 obj-y += vsyscall.o vsyscall-syscall.o vsyscall-syms.o
4 $(obj)/vsyscall-syscall.o: \
5 $(foreach F,trapa,$(obj)/vsyscall-$F.so)
8 targets += $(foreach F,trapa,vsyscall-$F.o vsyscall-$F.so)
9 targets += vsyscall-note.o vsyscall.lds vsyscall-dummy.o
20 SYSCFLAGS_vsyscall-trapa.so = $(vsyscall-flags)
22 $(obj)/vsyscall-trapa.so: \
23 $(obj)/vsyscall-%.so: $(src)/vsyscall.lds $(obj)/vsyscall-%.o FORCE
30 $(obj)/vsyscall-dummy.o: $(src)/vsyscall.lds \
31 $(obj)/vsyscall-trapa.o $(obj)/vsyscall-note.o FORCE
[all …]
A D.gitignore2 vsyscall.lds
/linux/Documentation/powerpc/
A Dsyscall64-abi.rst122 vsyscall chapter
125 vsyscall calling sequence matches the syscall calling sequence, with the
130 r0 is not used as an input. The vsyscall is selected by its address.
134 The vsyscall may or may not use the caller's stack frame save areas.
147 The vsyscall is performed with a branch-with-link instruction to the vsyscall
152 vsyscalls will run in the same transactional state as the caller. A vsyscall
/linux/arch/x86/entry/vsyscall/
A Dvsyscall_trace.h3 #define TRACE_SYSTEM vsyscall
28 #define TRACE_INCLUDE_PATH ../../arch/x86/entry/vsyscall/
/linux/kernel/time/
A D.vsyscall.o.cmd1vsyscall.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin…
3 source_kernel/time/vsyscall.o := kernel/time/vsyscall.c
5 deps_kernel/time/vsyscall.o := \
806 include/vdso/vsyscall.h \
807 arch/arm64/include/asm/vdso/vsyscall.h \
808 include/asm-generic/vdso/vsyscall.h \
813 kernel/time/vsyscall.o: $(deps_kernel/time/vsyscall.o)
815 $(deps_kernel/time/vsyscall.o):
A Dbuilt-in.a25 vsyscall.o/
A DMakefile20 obj-$(CONFIG_HAVE_GENERIC_VDSO) += vsyscall.o
A D.built-in.a.cmd1 …clock.o kernel/time/tick-oneshot.o kernel/time/tick-sched.o kernel/time/vsyscall.o kernel/time/tim…
A DKconfig25 # Timekeeping vsyscall support
/linux/arch/x86/kernel/
A D.gitignore2 vsyscall.lds
/linux/arch/x86/entry/
A DMakefile18 obj-y += vsyscall/
/linux/arch/sh/kernel/
A DMakefile31 obj-$(CONFIG_VSYSCALL) += vsyscall/
/linux/tools/testing/selftests/proc/
A Dproc-pid-vm.c226 static void vsyscall(void) in vsyscall() function
261 vsyscall(); in main()
/linux/Documentation/x86/
A Delf_auxvec.rst43 AT_SYSINFO is used for locating the vsyscall entry point. It is not
/linux/Documentation/userspace-api/
A Dseccomp_filter.rst332 On x86-64, vsyscall emulation is enabled by default. (vsyscalls are
337 the vsyscall entry for the given call and not the address after the
340 trying to resume the syscall will again trigger the standard vsyscall
358 condition: future kernels may improve vsyscall emulation and current
359 kernels in vsyscall=native mode will behave differently, but the
/linux/Documentation/x86/x86_64/
A Dmm.rst70 ffffffffff600000 | -10 MB | ffffffffff600fff | 4 kB | legacy vsyscall ABI
129 ffffffffff600000 | -10 MB | ffffffffff600fff | 4 kB | legacy vsyscall ABI
/linux/Documentation/
A Ddontdiff260 vsyscall.lds
/linux/kernel/
A Dbuilt-in.a139 time/vsyscall.o/
/linux/arch/x86/
A DKconfig1219 bool "Enable vsyscall emulation" if EXPERT
1223 This enables emulation of the legacy vsyscall page. Disabling
1224 it is roughly equivalent to booting with vsyscall=none, except
1226 tries to use a vsyscall. With this option set to N, offending
2294 prompt "vsyscall table for legacy applications"
2304 line parameter vsyscall=[emulate|xonly|none].
2315 The kernel traps and emulates calls into the fixed vsyscall
2332 legacy vsyscall area but support for legacy binary
2334 certain uses of the vsyscall area as an ASLR-bypassing
2340 There will be no vsyscall mapping at all. This will
[all …]
/linux/arch/sh/mm/
A DKconfig95 bool "Support vsyscall page"
/linux/arch/arm64/kernel/
A D.vdso.o.cmd980 include/vdso/vsyscall.h \
981 arch/arm64/include/asm/vdso/vsyscall.h \
982 include/asm-generic/vdso/vsyscall.h \
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt6221 vsyscall= [X86-64]
6230 emulated reasonably safely. The vsyscall
6234 emulated reasonably safely. The vsyscall
/linux/Documentation/virt/kvm/
A Dapi.rst5187 for a given vCPU. This is typically used for guest vsyscall support.
/linux/
A DMAINTAINERS8035 F: include/asm-generic/vdso/vsyscall.h
8037 F: kernel/time/vsyscall.c

Completed in 58 milliseconds