Searched refs:vsyscall (Results 1 – 21 of 21) sorted by relevance
/linux-6.6.21/arch/sh/kernel/vsyscall/ |
D | Makefile | 2 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 18 vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 -Wl,--hash-style=sysv 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 \ [all …]
|
D | .gitignore | 2 vsyscall.lds
|
/linux-6.6.21/Documentation/translations/zh_CN/userspace-api/ |
D | seccomp_filter.rst | 271 在x86-64上,vsyscall模拟默认开启。(vsyscalls是vDSO调用的传统变体。)目前,模拟 274 - ``SECCOMP_RET_TRAP`` 的返回值会设置一个指向给定vsyscall入口的 ``si_call_addr``, 276 已被模拟,(b) 试图恢复系统调用将再次触发标准vsyscall模拟安全检查,使得恢复系统 288 ``siginfo->si_call_addr`` 。)不要检测其他条件:未来内核可能会改进vsyscall模拟, 289 当前内核在vsyscall=native模式下会有不同表现,但在这些情况下, ``0xF...F600{0,4,8,C}00``
|
/linux-6.6.21/arch/x86/entry/vsyscall/ |
D | vsyscall_trace.h | 3 #define TRACE_SYSTEM vsyscall 28 #define TRACE_INCLUDE_PATH ../../arch/x86/entry/vsyscall/
|
/linux-6.6.21/Documentation/powerpc/ |
D | syscall64-abi.rst | 122 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-6.6.21/arch/x86/kernel/ |
D | .gitignore | 2 vsyscall.lds
|
/linux-6.6.21/tools/testing/selftests/proc/ |
D | proc-empty-vm.c | 136 static void vsyscall(void) in vsyscall() function 311 vsyscall(); in main()
|
D | proc-pid-vm.c | 237 static void vsyscall(void) in vsyscall() function 288 vsyscall(); in main()
|
/linux-6.6.21/arch/x86/entry/ |
D | Makefile | 18 obj-y += vsyscall/
|
/linux-6.6.21/kernel/time/ |
D | Makefile | 20 obj-$(CONFIG_HAVE_GENERIC_VDSO) += vsyscall.o
|
D | Kconfig | 25 # Timekeeping vsyscall support
|
/linux-6.6.21/arch/sh/kernel/ |
D | Makefile | 31 obj-$(CONFIG_VSYSCALL) += vsyscall/
|
/linux-6.6.21/Documentation/arch/x86/ |
D | elf_auxvec.rst | 43 AT_SYSINFO is used for locating the vsyscall entry point. It is not
|
/linux-6.6.21/Documentation/userspace-api/ |
D | seccomp_filter.rst | 342 On x86-64, vsyscall emulation is enabled by default. (vsyscalls are 347 the vsyscall entry for the given call and not the address after the 350 trying to resume the syscall will again trigger the standard vsyscall 368 condition: future kernels may improve vsyscall emulation and current 369 kernels in vsyscall=native mode will behave differently, but the
|
/linux-6.6.21/Documentation/arch/x86/x86_64/ |
D | mm.rst | 70 ffffffffff600000 | -10 MB | ffffffffff600fff | 4 kB | legacy vsyscall ABI 129 ffffffffff600000 | -10 MB | ffffffffff600fff | 4 kB | legacy vsyscall ABI
|
/linux-6.6.21/Documentation/ |
D | dontdiff | 260 vsyscall.lds
|
/linux-6.6.21/arch/sh/mm/ |
D | Kconfig | 91 bool "Support vsyscall page"
|
/linux-6.6.21/arch/x86/ |
D | Kconfig | 1244 bool "Enable vsyscall emulation" if EXPERT 1248 This enables emulation of the legacy vsyscall page. Disabling 1249 it is roughly equivalent to booting with vsyscall=none, except 1251 tries to use a vsyscall. With this option set to N, offending 2270 prompt "vsyscall table for legacy applications" 2280 line parameter vsyscall=[emulate|xonly|none]. Emulate mode 2293 The kernel traps and emulates calls into the fixed vsyscall 2296 legacy vsyscall area but support for legacy binary 2298 certain uses of the vsyscall area as an ASLR-bypassing 2304 There will be no vsyscall mapping at all. This will [all …]
|
/linux-6.6.21/Documentation/admin-guide/ |
D | kernel-parameters.txt | 7004 vsyscall= [X86-64] 7013 reasonably safely. The vsyscall page is 7017 emulated reasonably safely. The vsyscall
|
/linux-6.6.21/Documentation/virt/kvm/ |
D | api.rst | 5562 for a given vCPU. This is typically used for guest vsyscall support.
|
/linux-6.6.21/ |
D | MAINTAINERS | 8784 F: include/asm-generic/vdso/vsyscall.h 8786 F: kernel/time/vsyscall.c
|