Home
last modified time | relevance | path

Searched refs:sigcontext (Results 1 – 25 of 90) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/package/gdb/11.2/
H A D0010-The-signal-definitions-of-musl-and-gdb-collide.patch6 The kernel defines "struct sigcontext" in asm/sigcontext.h and musl libc
9 have to use the aarch64-sve-linux-sigcontext.h header file which also
10 provides that and make sure aarch64-sve-linux-sigcontext.h does not
19 gdb/nat/aarch64-sve-linux-sigcontext.h | 2 ++
32 #include "aarch64-sve-linux-sigcontext.h"
35 diff --git a/gdb/nat/aarch64-sve-linux-sigcontext.h b/gdb/nat/aarch64-sve-linux-sigcontext.h
37 --- a/gdb/nat/aarch64-sve-linux-sigcontext.h
38 +++ b/gdb/nat/aarch64-sve-linux-sigcontext.h
/OK3568_Linux_fs/buildroot/package/gdb/10.2/
H A D0010-The-signal-definitions-of-musl-and-gdb-collide.patch6 The kernel defines "struct sigcontext" in asm/sigcontext.h and musl libc
9 have to use the aarch64-sve-linux-sigcontext.h header file which also
10 provides that and make sure aarch64-sve-linux-sigcontext.h does not
19 gdb/nat/aarch64-sve-linux-sigcontext.h | 2 ++
32 #include "aarch64-sve-linux-sigcontext.h"
35 diff --git a/gdb/nat/aarch64-sve-linux-sigcontext.h b/gdb/nat/aarch64-sve-linux-sigcontext.h
37 --- a/gdb/nat/aarch64-sve-linux-sigcontext.h
38 +++ b/gdb/nat/aarch64-sve-linux-sigcontext.h
/OK3568_Linux_fs/buildroot/package/gdb/12.1/
H A D0010-The-signal-definitions-of-musl-and-gdb-collide.patch6 The kernel defines "struct sigcontext" in asm/sigcontext.h and musl libc
9 have to use the aarch64-sve-linux-sigcontext.h header file which also
10 provides that and make sure aarch64-sve-linux-sigcontext.h does not
19 gdb/nat/aarch64-sve-linux-sigcontext.h | 2 ++
32 #include "aarch64-sve-linux-sigcontext.h"
35 diff --git a/gdb/nat/aarch64-sve-linux-sigcontext.h b/gdb/nat/aarch64-sve-linux-sigcontext.h
37 --- a/gdb/nat/aarch64-sve-linux-sigcontext.h
38 +++ b/gdb/nat/aarch64-sve-linux-sigcontext.h
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dasm-offsets.c223 OFFSET(SC_REGS, sigcontext, sc_regs); in output_sc_defines()
224 OFFSET(SC_FPREGS, sigcontext, sc_fpregs); in output_sc_defines()
225 OFFSET(SC_ACX, sigcontext, sc_acx); in output_sc_defines()
226 OFFSET(SC_MDHI, sigcontext, sc_mdhi); in output_sc_defines()
227 OFFSET(SC_MDLO, sigcontext, sc_mdlo); in output_sc_defines()
228 OFFSET(SC_PC, sigcontext, sc_pc); in output_sc_defines()
229 OFFSET(SC_FPC_CSR, sigcontext, sc_fpc_csr); in output_sc_defines()
230 OFFSET(SC_FPC_EIR, sigcontext, sc_fpc_eir); in output_sc_defines()
231 OFFSET(SC_HI1, sigcontext, sc_hi1); in output_sc_defines()
232 OFFSET(SC_LO1, sigcontext, sc_lo1); in output_sc_defines()
[all …]
H A Dsignal_n32.c36 extern int setup_sigcontext(struct pt_regs *, struct sigcontext __user *);
37 extern int restore_sigcontext(struct pt_regs *, struct sigcontext __user *);
43 struct sigcontext uc_mcontext;
144 .off_sc_fpregs = offsetof(struct sigcontext, sc_fpregs),
145 .off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr),
146 .off_sc_used_math = offsetof(struct sigcontext, sc_used_math),
H A Dsignal.c53 struct sigcontext sf_sc;
439 int setup_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc) in setup_sigcontext()
516 int restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc) in restore_sigcontext()
800 .off_sc_fpregs = offsetof(struct sigcontext, sc_fpregs),
801 .off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr),
802 .off_sc_used_math = offsetof(struct sigcontext, sc_used_math),
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dasm-offsets.c173 DEFINE(IA64_SIGCONTEXT_IP_OFFSET, offsetof (struct sigcontext, sc_ip)); in foo()
174 DEFINE(IA64_SIGCONTEXT_AR_BSP_OFFSET, offsetof (struct sigcontext, sc_ar_bsp)); in foo()
175 DEFINE(IA64_SIGCONTEXT_AR_FPSR_OFFSET, offsetof (struct sigcontext, sc_ar_fpsr)); in foo()
176 DEFINE(IA64_SIGCONTEXT_AR_RNAT_OFFSET, offsetof (struct sigcontext, sc_ar_rnat)); in foo()
177 DEFINE(IA64_SIGCONTEXT_AR_UNAT_OFFSET, offsetof (struct sigcontext, sc_ar_unat)); in foo()
178 DEFINE(IA64_SIGCONTEXT_B0_OFFSET, offsetof (struct sigcontext, sc_br[0])); in foo()
179 DEFINE(IA64_SIGCONTEXT_CFM_OFFSET, offsetof (struct sigcontext, sc_cfm)); in foo()
180 DEFINE(IA64_SIGCONTEXT_FLAGS_OFFSET, offsetof (struct sigcontext, sc_flags)); in foo()
181 DEFINE(IA64_SIGCONTEXT_FR6_OFFSET, offsetof (struct sigcontext, sc_fr[6])); in foo()
182 DEFINE(IA64_SIGCONTEXT_PR_OFFSET, offsetof (struct sigcontext, sc_pr)); in foo()
[all …]
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dsignal.c16 static int restore_fpu_state(struct sigcontext __user *sc) in restore_fpu_state()
28 static int save_fpu_state(struct sigcontext __user *sc) in save_fpu_state()
37 #define restore_fpu_state(sigcontext) (0) argument
38 #define save_fpu_state(sigcontext) (0) argument
52 struct sigcontext __user *sc) in restore_sigcontext()
104 struct sigcontext __user *sc = &frame->uc.uc_mcontext; in setup_sigcontext()
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dsignal.c182 static inline void save_a5_state(struct sigcontext *sc, struct pt_regs *regs) in save_a5_state()
206 static inline void save_a5_state(struct sigcontext *sc, struct pt_regs *regs) in save_a5_state()
229 struct sigcontext __user *psc;
232 struct sigcontext sc;
255 static inline int restore_fpu_state(struct sigcontext *sc) in restore_fpu_state()
429 static inline void save_fpu_state(struct sigcontext *sc, struct pt_regs *regs) in save_fpu_state()
555 static inline int restore_fpu_state(struct sigcontext *sc) in restore_fpu_state()
565 static inline void save_fpu_state(struct sigcontext *sc, struct pt_regs *regs) in save_fpu_state()
693 restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *usc, void __user *fp) in restore_sigcontext()
696 struct sigcontext context; in restore_sigcontext()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dsigcontext.h282 # define sigcontext sigcontext_32 macro
284 # define sigcontext sigcontext_64 macro
300 struct sigcontext { struct
325 struct sigcontext { argument
/OK3568_Linux_fs/kernel/arch/x86/um/
H A Dsignal.c154 struct sigcontext __user *from) in copy_sc_from_user()
156 struct sigcontext sc; in copy_sc_from_user()
236 static int copy_sc_to_user(struct sigcontext __user *to, in copy_sc_to_user()
240 struct sigcontext sc; in copy_sc_to_user()
243 memset(&sc, 0, sizeof(struct sigcontext)); in copy_sc_to_user()
286 err = copy_to_user(to, &sc, sizeof(struct sigcontext)); in copy_sc_to_user()
342 struct sigcontext sc;
457 struct sigcontext __user *sc = &frame->sc; in sys_sigreturn()
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dsigcontext.h34 struct sigcontext { struct
70 struct sigcontext { struct
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dsignal_32.c64 struct sigcontext sc;
77 static inline int restore_sigcontext_fpu(struct sigcontext __user *sc) in restore_sigcontext_fpu()
89 static inline int save_sigcontext_fpu(struct sigcontext __user *sc, in save_sigcontext_fpu()
115 restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc, int *r0_p) in restore_sigcontext()
218 setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs, in setup_sigcontext()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsignal_64.c81 static elf_vrreg_t __user *sigcontext_vmx_regs(struct sigcontext __user *sc) in sigcontext_vmx_regs()
91 static long setup_sigcontext(struct sigcontext __user *sc, in setup_sigcontext()
192 static long setup_tm_sigcontexts(struct sigcontext __user *sc, in setup_tm_sigcontexts()
193 struct sigcontext __user *tm_sc, in setup_tm_sigcontexts()
322 struct sigcontext __user *sc) in restore_sigcontext()
419 struct sigcontext __user *sc, in restore_tm_sigcontexts()
420 struct sigcontext __user *tm_sc) in restore_tm_sigcontexts()
H A Dsignal_32.c57 #define sigcontext sigcontext32 macro
189 struct sigcontext sctx; /* the sigcontext */
192 struct sigcontext sctx_transact;
1216 struct sigcontext __user *sc; in handle_signal32()
1234 sc = (struct sigcontext __user *) &frame->sctx; in handle_signal32()
1311 struct sigcontext __user *sc; in COMPAT_SYSCALL_DEFINE0()
1312 struct sigcontext sigctx; in COMPAT_SYSCALL_DEFINE0()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libunwind/libunwind/
H A D0003-x86-Stub-out-x86_local_resume.patch38 - struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr;
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dsignal.c46 struct sigcontext sc;
58 struct sigcontext __user *sc, int *rval_p) in restore_sigcontext()
118 setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs, in setup_sigcontext()
/OK3568_Linux_fs/kernel/arch/openrisc/include/uapi/asm/
H A Dsigcontext.h29 struct sigcontext { struct
/OK3568_Linux_fs/kernel/arch/hexagon/include/uapi/asm/
H A Dsigcontext.h30 struct sigcontext { struct
/OK3568_Linux_fs/kernel/arch/microblaze/include/uapi/asm/
H A Dsigcontext.h16 struct sigcontext { struct
/OK3568_Linux_fs/kernel/arch/nios2/include/uapi/asm/
H A Dsigcontext.h26 struct sigcontext { struct
/OK3568_Linux_fs/kernel/arch/csky/include/uapi/asm/
H A Dsigcontext.h9 struct sigcontext { struct
/OK3568_Linux_fs/kernel/arch/arc/include/uapi/asm/
H A Dsigcontext.h19 struct sigcontext { struct
/OK3568_Linux_fs/kernel/arch/riscv/include/uapi/asm/
H A Dsigcontext.h17 struct sigcontext { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsigcontext.h28 # define sigcontext_struct sigcontext

1234