Lines Matching +full:2 +full:- +full:point
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
10 #define PR_GET_PDEATHSIG 2 /* Second arg is a ptr to return the signal */
12 /* Get/set current->mm->dumpable */
20 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */
27 /* Get/set floating-point emulation control bits (if meaningful) */
31 # define PR_FPEMU_SIGFPE 2 /* don't emulate fp operations, send SIGFPE instead */
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 */
44 # define PR_FP_EXC_ASYNC 2 /* async recoverable exception mode */
64 # define PR_ENDIAN_PPC_LITTLE 2 /* "PowerPC" pseudo little endian */
78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */
104 # define PR_MCE_KILL_DEFAULT 2
113 # define PR_SET_MM_END_CODE 2
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.
197 # define PR_CAP_AMBIENT_RAISE 2
220 # define PR_SPEC_DISABLE (1UL << 2)
228 # define PR_PAC_APDAKEY (1UL << 2)
240 # define PR_MTE_TCF_ASYNC (2UL << PR_MTE_TCF_SHIFT)