1 /* 1 2 * This file is subject to the terms and condi 3 * License. See the file "COPYING" in the mai 4 * for more details. 5 * 6 * Copyright (C) 1996, 1997, 1999 by Ralf Baec 7 * Copyright (C) 1999 Silicon Graphics, Inc. 8 */ 9 #ifndef _ASM_SIGCONTEXT_H 10 #define _ASM_SIGCONTEXT_H 11 12 #include <uapi/asm/sigcontext.h> 13 14 #if _MIPS_SIM == _MIPS_SIM_ABI64 || _MIPS_SIM 15 16 struct sigcontext32 { 17 __u32 sc_regmask; /* Unu 18 __u32 sc_status; /* Unu 19 __u64 sc_pc; 20 __u64 sc_regs[32]; 21 __u64 sc_fpregs[32]; 22 __u32 sc_acx; /* Onl 23 __u32 sc_fpc_csr; 24 __u32 sc_fpc_eir; /* Unu 25 __u32 sc_used_math; 26 __u32 sc_dsp; /* dsp 27 __u64 sc_mdhi; 28 __u64 sc_mdlo; 29 __u32 sc_hi1; /* Was 30 __u32 sc_lo1; /* Was 31 __u32 sc_hi2; /* Was 32 __u32 sc_lo2; 33 __u32 sc_hi3; 34 __u32 sc_lo3; 35 }; 36 #endif /* _MIPS_SIM == _MIPS_SIM_ABI64 || _MIP 37 #endif /* _ASM_SIGCONTEXT_H */ 38
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.