OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
arch
/
blackfin
/
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
573 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
bfin_sport.h
5.05 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
byteorder.h
221 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
cachectl.h
557 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
fcntl.h
485 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
fixed_code.h
1.25 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ioctls.h
234 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
poll.h
336 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
posix_types.h
852 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
ptrace.h
3.13 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sigcontext.h
1.39 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
siginfo.h
1.26 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
signal.h
229 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
stat.h
1.42 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
swab.h
1.11 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
unistd.h
12.07 KB
01/28/2018 09:20:33 PM
rw-r--r--
Editing: siginfo.h
Close
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* * Copyright 2004-2008 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #ifndef _UAPI_BFIN_SIGINFO_H #define _UAPI_BFIN_SIGINFO_H #include <linux/types.h> #include <asm-generic/siginfo.h> #define UID16_SIGINFO_COMPAT_NEEDED #define si_uid16 _sifields._kill._uid #define ILL_ILLPARAOP 2 /* illegal opcode combine ********** */ #define ILL_ILLEXCPT 4 /* unrecoverable exception ********** */ #define ILL_CPLB_VI 9 /* D/I CPLB protect violation ******** */ #define ILL_CPLB_MISS 10 /* D/I CPLB miss ******** */ #define ILL_CPLB_MULHIT 11 /* D/I CPLB multiple hit ******** */ #undef NSIGILL #define NSIGILL 11 /* * SIGBUS si_codes */ #define BUS_OPFETCH 4 /* error from instruction fetch ******** */ #undef NSIGBUS #define NSIGBUS 4 /* * SIGTRAP si_codes */ #define TRAP_STEP 1 /* single-step breakpoint************* */ #define TRAP_TRACEFLOW 2 /* trace buffer overflow ************* */ #define TRAP_WATCHPT 3 /* watchpoint match ************* */ #define TRAP_ILLTRAP 4 /* illegal trap ************* */ #undef NSIGTRAP #define NSIGTRAP 4 /* * SIGSEGV si_codes */ #define SEGV_STACKFLOW 3 /* stack overflow */ #undef NSIGSEGV #define NSIGSEGV 3 #endif /* _UAPI_BFIN_SIGINFO_H */