OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
arch
/
ia64
/
include
/
uapi
/
asm
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:12 AM
rwxr-xr-x
📄
Kbuild
125 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
auxvec.h
407 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
bitsperlong.h
234 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
break.h
538 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
byteorder.h
203 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
cmpxchg.h
4.11 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
errno.h
94 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
fcntl.h
388 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
fpu.h
2.22 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
gcc_intrin.h
18.07 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ia64regs.h
2.81 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
intel_intrin.h
4.88 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
intrinsics.h
4.06 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ioctl.h
94 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
ioctls.h
183 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
ipcbuf.h
95 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
mman.h
388 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
msgbuf.h
930 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
param.h
670 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
perfmon.h
6.2 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
perfmon_default_smpl.h
3.47 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
poll.h
93 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
posix_types.h
268 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
ptrace.h
8.1 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ptrace_offsets.h
6.38 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
resource.h
215 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
rse.h
1.71 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sembuf.h
678 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
setup.h
924 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
shmbuf.h
1.09 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sigcontext.h
3.07 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
siginfo.h
3.06 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
signal.h
3.32 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
socket.h
2.33 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sockios.h
559 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
stat.h
1.1 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
statfs.h
555 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
swab.h
781 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
termbits.h
4.75 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
termios.h
1.21 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
types.h
866 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
ucontext.h
360 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
unistd.h
9.85 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ustack.h
296 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: siginfo.h
Close
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Based on <asm-i386/siginfo.h>. * * Modified 1998-2002 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co */ #ifndef _UAPI_ASM_IA64_SIGINFO_H #define _UAPI_ASM_IA64_SIGINFO_H #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int)) #define HAVE_ARCH_SIGINFO_T #define HAVE_ARCH_COPY_SIGINFO_TO_USER #include <asm-generic/siginfo.h> typedef struct siginfo { int si_signo; int si_errno; int si_code; int __pad0; union { int _pad[SI_PAD_SIZE]; /* kill() */ struct { pid_t _pid; /* sender's pid */ uid_t _uid; /* sender's uid */ } _kill; /* POSIX.1b timers */ struct { timer_t _tid; /* timer id */ int _overrun; /* overrun count */ char _pad[sizeof(__ARCH_SI_UID_T) - sizeof(int)]; sigval_t _sigval; /* must overlay ._rt._sigval! */ int _sys_private; /* not to be passed to user */ } _timer; /* POSIX.1b signals */ struct { pid_t _pid; /* sender's pid */ uid_t _uid; /* sender's uid */ sigval_t _sigval; } _rt; /* SIGCHLD */ struct { pid_t _pid; /* which child */ uid_t _uid; /* sender's uid */ int _status; /* exit code */ clock_t _utime; clock_t _stime; } _sigchld; /* SIGILL, SIGFPE, SIGSEGV, SIGBUS */ struct { void __user *_addr; /* faulting insn/memory ref. */ int _imm; /* immediate value for "break" */ unsigned int _flags; /* see below */ unsigned long _isr; /* isr */ short _addr_lsb; /* lsb of faulting address */ union { /* used when si_code=SEGV_BNDERR */ struct { void __user *_lower; void __user *_upper; } _addr_bnd; /* used when si_code=SEGV_PKUERR */ __u32 _pkey; }; } _sigfault; /* SIGPOLL */ struct { long _band; /* POLL_IN, POLL_OUT, POLL_MSG (XPG requires a "long") */ int _fd; } _sigpoll; } _sifields; } siginfo_t; #define si_imm _sifields._sigfault._imm /* as per UNIX SysV ABI spec */ #define si_flags _sifields._sigfault._flags /* * si_isr is valid for SIGILL, SIGFPE, SIGSEGV, SIGBUS, and SIGTRAP provided that * si_code is non-zero and __ISR_VALID is set in si_flags. */ #define si_isr _sifields._sigfault._isr /* * Flag values for si_flags: */ #define __ISR_VALID_BIT 0 #define __ISR_VALID (1 << __ISR_VALID_BIT) /* * SIGILL si_codes */ #define ILL_BADIADDR 9 /* unimplemented instruction address */ #define __ILL_BREAK 10 /* illegal break */ #define __ILL_BNDMOD 11 /* bundle-update (modification) in progress */ #undef NSIGILL #define NSIGILL 11 /* * SIGFPE si_codes */ #ifdef __KERNEL__ #define FPE_FIXME 0 /* Broken dup of SI_USER */ #endif /* __KERNEL__ */ #define __FPE_DECOVF 9 /* decimal overflow */ #define __FPE_DECDIV 10 /* decimal division by zero */ #define __FPE_DECERR 11 /* packed decimal error */ #define __FPE_INVASC 12 /* invalid ASCII digit */ #define __FPE_INVDEC 13 /* invalid decimal digit */ #undef NSIGFPE #define NSIGFPE 13 /* * SIGSEGV si_codes */ #define __SEGV_PSTKOVF 4 /* paragraph stack overflow */ #undef NSIGSEGV #define NSIGSEGV 4 #undef NSIGTRAP #define NSIGTRAP 4 #endif /* _UAPI_ASM_IA64_SIGINFO_H */