/usr/src/linux-headers-5.15.0-190/arch/sh/include/uapi/asm
NameSizeModeActions
auxvec.h11070644editdlrm
byteorder.h2780644editdlrm
cachectl.h6480644editdlrm
cpu-features.h11550644editdlrm
hw_breakpoint.h1670644editdlrm
ioctls.h50390644editdlrm
Kbuild870644editdlrm
posix_types.h950644editdlrm
posix_types_32.h8010644editdlrm
ptrace.h8710644editdlrm
ptrace_32.h16180644editdlrm
sigcontext.h5500644editdlrm
signal.h3690644editdlrm
sockios.h6020644editdlrm
stat.h16840644editdlrm
swab.h9330644editdlrm
unistd.h900644editdlrm
Edit: /usr/src/linux-headers-5.15.0-190/arch/sh/include/uapi/asm/sigcontext.h (550B)
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __ASM_SH_SIGCONTEXT_H #define __ASM_SH_SIGCONTEXT_H struct sigcontext { unsigned long oldmask; /* CPU registers */ unsigned long sc_regs[16]; unsigned long sc_pc; unsigned long sc_pr; unsigned long sc_sr; unsigned long sc_gbr; unsigned long sc_mach; unsigned long sc_macl; /* FPU registers */ unsigned long sc_fpregs[16]; unsigned long sc_xfpregs[16]; unsigned int sc_fpscr; unsigned int sc_fpul; unsigned int sc_ownedfp; }; #endif /* __ASM_SH_SIGCONTEXT_H */