Searched refs:sigcontext (Results 26 - 50 of 109) sorted by relevance

12345

/linux-master/arch/powerpc/include/uapi/asm/
H A Ducontext.h6 #include <asm/sigcontext.h>
33 struct sigcontext uc_mcontext; /* last for extensibility */
H A Dsigcontext.h17 struct sigcontext { struct
34 * To maintain compatibility with current implementations the sigcontext is
38 * the alignment of the containing sigcontext or ucontext. It is the
39 * responsibility of the code setting the sigcontext to set this pointer to
/linux-master/arch/alpha/include/uapi/asm/
H A Dsigcontext.h5 struct sigcontext { struct
/linux-master/arch/alpha/include/asm/
H A Dsignal.h27 #include <asm/sigcontext.h>
/linux-master/arch/arm/include/uapi/asm/
H A Dsigcontext.h10 struct sigcontext { struct
/linux-master/arch/mips/include/uapi/asm/
H A Ducontext.h11 * sigcontext. They are placed sequentially in memory at the end of struct
59 struct sigcontext uc_mcontext;
H A Dsigcontext.h31 * Keep this struct definition in sync with the sigcontext fragment
34 struct sigcontext { struct
61 * Keep this struct definition in sync with the sigcontext fragment
70 struct sigcontext { struct
/linux-master/arch/arm/include/asm/
H A Dsignal.h24 #include <asm/sigcontext.h>
H A Ducontext.h9 * struct sigcontext only has room for the basic registers, but struct
22 struct sigcontext uc_mcontext;
/linux-master/arch/riscv/include/uapi/asm/
H A Dsigcontext.h30 struct sigcontext { struct
/linux-master/arch/s390/include/asm/
H A Daccess-regs.h10 #include <asm/sigcontext.h>
H A Dfpu-types.h12 #include <asm/sigcontext.h>
/linux-master/arch/sparc/include/asm/
H A Dsigcontext.h6 #include <uapi/asm/sigcontext.h>
72 struct sigcontext { struct
/linux-master/arch/x86/include/asm/
H A Dsigframe.h5 #include <uapi/asm/sigcontext.h>
73 struct sigcontext uc_mcontext; /* the 64-bit sigcontext type */
/linux-master/arch/mips/kernel/
H A Dsignal-common.h43 extern int setup_sigcontext(struct pt_regs *, struct sigcontext __user *);
44 extern int restore_sigcontext(struct pt_regs *, struct sigcontext __user *);
H A Dasm-offsets.c223 COMMENT("Linux sigcontext offsets.");
224 OFFSET(SC_REGS, sigcontext, sc_regs);
225 OFFSET(SC_FPREGS, sigcontext, sc_fpregs);
226 OFFSET(SC_ACX, sigcontext, sc_acx);
227 OFFSET(SC_MDHI, sigcontext, sc_mdhi);
228 OFFSET(SC_MDLO, sigcontext, sc_mdlo);
229 OFFSET(SC_PC, sigcontext, sc_pc);
230 OFFSET(SC_FPC_CSR, sigcontext, sc_fpc_csr);
231 OFFSET(SC_FPC_EIR, sigcontext, sc_fpc_eir);
232 OFFSET(SC_HI1, sigcontext, sc_hi
[all...]
H A Dsignal_n32.c40 struct sigcontext uc_mcontext;
141 .off_sc_fpregs = offsetof(struct sigcontext, sc_fpregs),
142 .off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr),
143 .off_sc_used_math = offsetof(struct sigcontext, sc_used_math),
/linux-master/arch/mips/include/asm/
H A Dsigcontext.h12 #include <uapi/asm/sigcontext.h>
H A Dsignal.h27 #include <asm/sigcontext.h>
/linux-master/arch/csky/abiv2/inc/abi/
H A Dfpu.h6 #include <asm/sigcontext.h>
/linux-master/arch/x86/include/asm/fpu/
H A Dsignal.h14 # include <uapi/asm/sigcontext.h>
/linux-master/arch/m68k/include/asm/
H A Dsignal.h22 #include <asm/sigcontext.h>
/linux-master/arch/s390/include/uapi/asm/
H A Dsigcontext.h77 struct sigcontext struct
/linux-master/tools/testing/selftests/arm64/fp/
H A Dsve-probe-vls.c13 #include <asm/sigcontext.h>
/linux-master/arch/loongarch/include/uapi/asm/
H A Dsigcontext.h21 struct sigcontext { struct

Completed in 317 milliseconds

12345