/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _ASM_M32R_SIGCONTEXT_H #define _ASM_M32R_SIGCONTEXT_H struct sigcontext { /* CPU registers */ /* Saved main processor registers. */ unsigned long sc_r4; unsigned long sc_r5; unsigned long sc_r6; struct pt_regs *sc_pt_regs; unsigned long sc_r0; unsigned long sc_r1; unsigned long sc_r2; unsigned long sc_r3; unsigned long sc_r7; unsigned long sc_r8; unsigned long sc_r9; unsigned long sc_r10; unsigned long sc_r11; unsigned long sc_r12; /* Saved main processor status and miscellaneous context registers. */ unsigned long sc_acc0h; unsigned long sc_acc0l; unsigned long sc_acc1h; /* ISA_DSP_LEVEL2 only */ unsigned long sc_acc1l; /* ISA_DSP_LEVEL2 only */ unsigned long sc_psw; unsigned long sc_bpc; /* saved PC for TRAP syscalls */ unsigned long sc_bbpsw; unsigned long sc_bbpc; unsigned long sc_spu; /* saved user stack */ unsigned long sc_fp; unsigned long sc_lr; /* saved PC for JL syscalls */ unsigned long sc_spi; /* saved kernel stack */ unsigned long oldmask; }; #endif /* _ASM_M32R_SIGCONTEXT_H */
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Kbuild | File | 148 B | 0644 |
|
auxvec.h | File | 91 B | 0644 |
|
bitsperlong.h | File | 100 B | 0644 |
|
byteorder.h | File | 291 B | 0644 |
|
errno.h | File | 179 B | 0644 |
|
fcntl.h | File | 94 B | 0644 |
|
ioctl.h | File | 94 B | 0644 |
|
ioctls.h | File | 195 B | 0644 |
|
ipcbuf.h | File | 95 B | 0644 |
|
mman.h | File | 30 B | 0644 |
|
msgbuf.h | File | 1.02 KB | 0644 |
|
param.h | File | 180 B | 0644 |
|
poll.h | File | 93 B | 0644 |
|
posix_types.h | File | 760 B | 0644 |
|
ptrace.h | File | 2.82 KB | 0644 |
|
resource.h | File | 192 B | 0644 |
|
sembuf.h | File | 771 B | 0644 |
|
setup.h | File | 260 B | 0644 |
|
shmbuf.h | File | 1.21 KB | 0644 |
|
sigcontext.h | File | 1.09 KB | 0644 |
|
signal.h | File | 2.66 KB | 0644 |
|
socket.h | File | 2.18 KB | 0644 |
|
sockios.h | File | 429 B | 0644 |
|
stat.h | File | 2.11 KB | 0644 |
|
statfs.h | File | 184 B | 0644 |
|
swab.h | File | 261 B | 0644 |
|
termbits.h | File | 4.67 KB | 0644 |
|
termios.h | File | 1.07 KB | 0644 |
|
types.h | File | 34 B | 0644 |
|
unistd.h | File | 8.79 KB | 0644 |
|