~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/parisc/include/uapi/asm/signal.h

Version: ~ [ linux-6.6-rc1 ] ~ [ linux-6.5.2 ] ~ [ linux-6.4.15 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.52 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.131 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.194 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.256 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.294 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.325 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2 #ifndef _UAPI_ASM_PARISC_SIGNAL_H
  3 #define _UAPI_ASM_PARISC_SIGNAL_H
  4 
  5 #define SIGHUP           1
  6 #define SIGINT           2
  7 #define SIGQUIT          3
  8 #define SIGILL           4
  9 #define SIGTRAP          5
 10 #define SIGABRT          6
 11 #define SIGIOT           6
 12 #define SIGSTKFLT        7
 13 #define SIGFPE           8
 14 #define SIGKILL          9
 15 #define SIGBUS          10
 16 #define SIGSEGV         11
 17 #define SIGXCPU         12
 18 #define SIGPIPE         13
 19 #define SIGALRM         14
 20 #define SIGTERM         15
 21 #define SIGUSR1         16
 22 #define SIGUSR2         17
 23 #define SIGCHLD         18
 24 #define SIGPWR          19
 25 #define SIGVTALRM       20
 26 #define SIGPROF         21
 27 #define SIGIO           22
 28 #define SIGPOLL         SIGIO
 29 #define SIGWINCH        23
 30 #define SIGSTOP         24
 31 #define SIGTSTP         25
 32 #define SIGCONT         26
 33 #define SIGTTIN         27
 34 #define SIGTTOU         28
 35 #define SIGURG          29
 36 #define SIGXFSZ         30
 37 #define SIGUNUSED       31
 38 #define SIGSYS          31
 39 
 40 /* These should not be considered constants from userland.  */
 41 #define SIGRTMIN        32
 42 #define SIGRTMAX        _NSIG
 43 
 44 #define SA_ONSTACK      0x00000001
 45 #define SA_RESETHAND    0x00000004
 46 #define SA_NOCLDSTOP    0x00000008
 47 #define SA_SIGINFO      0x00000010
 48 #define SA_NODEFER      0x00000020
 49 #define SA_RESTART      0x00000040
 50 #define SA_NOCLDWAIT    0x00000080
 51 
 52 #define SA_NOMASK       SA_NODEFER
 53 #define SA_ONESHOT      SA_RESETHAND
 54 
 55 #define MINSIGSTKSZ     2048
 56 #define SIGSTKSZ        8192
 57 
 58 #include <asm-generic/signal-defs.h>
 59 
 60 # ifndef __ASSEMBLY__
 61 
 62 #  include <linux/types.h>
 63 
 64 /* Avoid too many header ordering problems.  */
 65 struct siginfo;
 66 
 67 typedef struct sigaltstack {
 68         void __user *ss_sp;
 69         int ss_flags;
 70         size_t ss_size;
 71 } stack_t;
 72 
 73 #endif /* !__ASSEMBLY */
 74 #endif /* _UAPI_ASM_PARISC_SIGNAL_H */
 75 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

osdn.jp