Home
last modified time | relevance | path

Searched refs:arch_prctl (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/um/
Dsyscalls_64.c16 long arch_prctl(struct task_struct *task, int option, in arch_prctl() function
79 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
81 return arch_prctl(current, option, (unsigned long __user *) arg2); in SYSCALL_DEFINE2()
89 arch_prctl(to, ARCH_SET_FS, (void __user *) to->thread.arch.fs); in arch_switch_to()
Dsyscalls_32.c5 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
Dptrace_64.c261 ret = arch_prctl(child, data, (void __user *) addr); in subarch_ptrace()
/kernel/linux/linux-5.10/Documentation/x86/x86_64/
Dfsgs.rst46 - the arch_prctl() system call
50 Accessing FS/GS base with arch_prctl()
53 The arch_prctl(2) based mechanism is available on all 64-bit CPUs and all
58 arch_prctl(ARCH_GET_FS, &fsbase);
59 arch_prctl(ARCH_GET_GS, &gsbase);
63 arch_prctl(ARCH_SET_FS, fsbase);
64 arch_prctl(ARCH_SET_GS, gsbase);
84 The instructions avoid the overhead of the arch_prctl() syscall and allow
99 arch_prctl(). Allowing user space to write arbitrary values to GS base
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
DBuild13 perf-y += arch_prctl.o
/kernel/linux/linux-5.10/arch/x86/um/asm/
Dptrace.h82 extern long arch_prctl(struct task_struct *task, int option,
/kernel/linux/linux-5.10/arch/x86/kernel/
Dprocess_32.c222 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
Dprocess_64.c816 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
828 COMPAT_SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in COMPAT_SYSCALL_DEFINE2() argument
/kernel/linux/linux-5.10/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl169 158 common arch_prctl sys_arch_prctl
/kernel/linux/linux-5.10/arch/x86/entry/syscalls/
Dsyscall_64.tbl169 158 common arch_prctl sys_arch_prctl
Dsyscall_32.tbl398 384 i386 arch_prctl sys_arch_prctl compat_sys_arch_prctl