Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/um/
Dsyscalls_64.c16 long arch_prctl(struct task_struct *task, int option, in arch_prctl() function
43 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
45 return arch_prctl(current, option, (unsigned long __user *) arg2); in SYSCALL_DEFINE2()
Dsyscalls_32.c5 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
Dptrace_64.c236 ret = arch_prctl(child, data, (void __user *) addr); in subarch_ptrace()
/linux-6.12.1/Documentation/arch/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
/linux-6.12.1/Documentation/arch/x86/
Dxstate.rst33 The kernel provides an arch_prctl(2) based mechanism for applications to
34 request the usage of such features. The arch_prctl(2) options related to
39 arch_prctl(ARCH_GET_XCOMP_SUPP, &features);
46 arch_prctl(ARCH_GET_XCOMP_PERM, &features);
54 arch_prctl(ARCH_REQ_XCOMP_PERM, feature_nr);
156 arch_prctl(ARCH_GET_XCOMP_GUEST_PERM, &features);
164 arch_prctl(ARCH_REQ_XCOMP_GUEST_PERM, feature_nr);
Dshstk.rst55 Enabling arch_prctl()'s
58 Elf features should be enabled by the loader using the below arch_prctl's. They
64 arch_prctl(ARCH_SHSTK_ENABLE, unsigned long feature)
68 arch_prctl(ARCH_SHSTK_DISABLE, unsigned long feature)
72 arch_prctl(ARCH_SHSTK_LOCK, unsigned long features)
78 arch_prctl(ARCH_SHSTK_UNLOCK, unsigned long features)
82 arch_prctl(ARCH_SHSTK_STATUS, unsigned long addr)
/linux-6.12.1/tools/perf/trace/beauty/
DBuild14 perf-y += arch_prctl.o
/linux-6.12.1/arch/x86/um/asm/
Dptrace.h84 extern long arch_prctl(struct task_struct *task, int option,
/linux-6.12.1/arch/x86/kernel/
Dprocess_32.c219 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
Dprocess_64.c983 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
995 COMPAT_SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in COMPAT_SYSCALL_DEFINE2() argument
/linux-6.12.1/Documentation/admin-guide/
Dworkload-tracing.rst488 | arch_prctl | 2 | Process Mgmt. | sys_arch_prctl() |
588 | arch_prctl | 2 | Process Mgmt. | sys_arch_prctl() |
/linux-6.12.1/arch/x86/entry/syscalls/
Dsyscall_64.tbl170 158 common arch_prctl sys_arch_prctl
Dsyscall_32.tbl399 384 i386 arch_prctl sys_arch_prctl compat_sys_arch_prctl
/linux-6.12.1/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl170 158 common arch_prctl sys_arch_prctl
Dsyscall_32.tbl399 384 i386 arch_prctl sys_arch_prctl compat_sys_arch_prctl
/linux-6.12.1/Documentation/virt/kvm/
Dapi.rst1674 enabled with ``arch_prctl()``, but this may change in the future.
1775 ``arch_prctl()`` before calling this ioctl. Feature bits that have not
6070 enabled with ``arch_prctl()``, but this may change in the future.