Lines Matching +full:3 +full:- +full:point
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
12 /* Get/set current->mm->dumpable */
13 #define PR_GET_DUMPABLE 3
27 /* Get/set floating-point emulation control bits (if meaningful) */
33 /* Get/set floating-point exception mode (if meaningful) */
37 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */
38 # define PR_FP_EXC_OVF 0x020000 /* floating point overflow */
39 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */
40 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */
41 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */
43 # define PR_FP_EXC_NONRECOV 1 /* async non-recoverable exc. mode */
45 # define PR_FP_EXC_PRECISE 3 /* precise exception mode */
114 # define PR_SET_MM_START_DATA 3
156 # define PR_SET_PTRACER_ANY ((unsigned long)-1)
171 * in execve returning -EPERM.
173 * See Documentation/userspace-api/no_new_privs.rst for more details.
198 # define PR_CAP_AMBIENT_LOWER 3
221 # define PR_SPEC_FORCE_DISABLE (1UL << 3)
229 # define PR_PAC_APDBKEY (1UL << 3)
241 # define PR_MTE_TCF_MASK (3UL << PR_MTE_TCF_SHIFT)
243 # define PR_MTE_TAG_SHIFT 3