OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
blackfin
/
include
/
uapi
/
asm
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:15 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: sigcontext.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_ASM_BLACKFIN_SIGCONTEXT_H #define _UAPI_ASM_BLACKFIN_SIGCONTEXT_H /* Add new entries at the end of the structure only. */ struct sigcontext { unsigned long sc_r0; unsigned long sc_r1; unsigned long sc_r2; unsigned long sc_r3; unsigned long sc_r4; unsigned long sc_r5; unsigned long sc_r6; unsigned long sc_r7; unsigned long sc_p0; unsigned long sc_p1; unsigned long sc_p2; unsigned long sc_p3; unsigned long sc_p4; unsigned long sc_p5; unsigned long sc_usp; unsigned long sc_a0w; unsigned long sc_a1w; unsigned long sc_a0x; unsigned long sc_a1x; unsigned long sc_astat; unsigned long sc_rets; unsigned long sc_pc; unsigned long sc_retx; unsigned long sc_fp; unsigned long sc_i0; unsigned long sc_i1; unsigned long sc_i2; unsigned long sc_i3; unsigned long sc_m0; unsigned long sc_m1; unsigned long sc_m2; unsigned long sc_m3; unsigned long sc_l0; unsigned long sc_l1; unsigned long sc_l2; unsigned long sc_l3; unsigned long sc_b0; unsigned long sc_b1; unsigned long sc_b2; unsigned long sc_b3; unsigned long sc_lc0; unsigned long sc_lc1; unsigned long sc_lt0; unsigned long sc_lt1; unsigned long sc_lb0; unsigned long sc_lb1; unsigned long sc_seqstat; }; #endif /* _UAPI_ASM_BLACKFIN_SIGCONTEXT_H */