OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
s390
/
include
/
uapi
/
asm
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:16 AM
rwxr-xr-x
📄
Kbuild
321 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
auxvec.h
214 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
bitsperlong.h
293 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
bpf_perf_event.h
226 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
byteorder.h
188 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
chpid.h
456 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
chsc.h
2.96 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
clp.h
549 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
cmb.h
1.87 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
dasd.h
12.4 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
debug.h
857 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
guarded_storage.h
1.18 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
hypfs.h
1.35 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ioctls.h
191 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
ipcbuf.h
738 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
kvm.h
7.73 KB
11/01/2022 04:52:05 PM
rw-r--r--
📄
kvm_para.h
224 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
kvm_perf.h
474 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
monwriter.h
939 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
msgbuf.h
1.14 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
perf_regs.h
887 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
pkey.h
4.35 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
posix_types.h
1.4 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ptrace.h
11.39 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
qeth.h
3.05 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
schid.h
332 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
sclp_ctl.h
465 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
sembuf.h
864 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
setup.h
292 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
shmbuf.h
1.34 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sie.h
9.25 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sigcontext.h
1.73 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
siginfo.h
302 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
signal.h
3.26 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
socket.h
2.24 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
stat.h
2.9 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
statfs.h
1.03 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sthyi.h
178 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
tape390.h
2.76 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
termios.h
1.14 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
types.h
525 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
ucontext.h
1.18 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
unistd.h
12.32 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
virtio-ccw.h
444 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
vmcp.h
737 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
vtoc.h
7.36 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
zcrypt.h
10.94 KB
11/01/2022 04:52:05 PM
rw-r--r--
Editing: sigcontext.h
Close
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * S390 version * Copyright IBM Corp. 1999, 2000 */ #ifndef _ASM_S390_SIGCONTEXT_H #define _ASM_S390_SIGCONTEXT_H #include <linux/compiler.h> #include <linux/types.h> #define __NUM_GPRS 16 #define __NUM_FPRS 16 #define __NUM_ACRS 16 #define __NUM_VXRS 32 #define __NUM_VXRS_LOW 16 #define __NUM_VXRS_HIGH 16 #ifndef __s390x__ /* Has to be at least _NSIG_WORDS from asm/signal.h */ #define _SIGCONTEXT_NSIG 64 #define _SIGCONTEXT_NSIG_BPW 32 /* Size of stack frame allocated when calling signal handler. */ #define __SIGNAL_FRAMESIZE 96 #else /* __s390x__ */ /* Has to be at least _NSIG_WORDS from asm/signal.h */ #define _SIGCONTEXT_NSIG 64 #define _SIGCONTEXT_NSIG_BPW 64 /* Size of stack frame allocated when calling signal handler. */ #define __SIGNAL_FRAMESIZE 160 #endif /* __s390x__ */ #define _SIGCONTEXT_NSIG_WORDS (_SIGCONTEXT_NSIG / _SIGCONTEXT_NSIG_BPW) #define _SIGMASK_COPY_SIZE (sizeof(unsigned long)*_SIGCONTEXT_NSIG_WORDS) typedef struct { unsigned long mask; unsigned long addr; } __attribute__ ((aligned(8))) _psw_t; typedef struct { _psw_t psw; unsigned long gprs[__NUM_GPRS]; unsigned int acrs[__NUM_ACRS]; } _s390_regs_common; typedef struct { unsigned int fpc; unsigned int pad; double fprs[__NUM_FPRS]; } _s390_fp_regs; typedef struct { _s390_regs_common regs; _s390_fp_regs fpregs; } _sigregs; typedef struct { #ifndef __s390x__ unsigned long gprs_high[__NUM_GPRS]; #endif unsigned long long vxrs_low[__NUM_VXRS_LOW]; __vector128 vxrs_high[__NUM_VXRS_HIGH]; unsigned char __reserved[128]; } _sigregs_ext; struct sigcontext { unsigned long oldmask[_SIGCONTEXT_NSIG_WORDS]; _sigregs __user *sregs; }; #endif