Searched refs:sigcontext_32 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/x86/kernel/ |
D | asm-offsets.c | 53 OFFSET(IA32_SIGCONTEXT_ax, sigcontext_32, ax); in common() 54 OFFSET(IA32_SIGCONTEXT_bx, sigcontext_32, bx); in common() 55 OFFSET(IA32_SIGCONTEXT_cx, sigcontext_32, cx); in common() 56 OFFSET(IA32_SIGCONTEXT_dx, sigcontext_32, dx); in common() 57 OFFSET(IA32_SIGCONTEXT_si, sigcontext_32, si); in common() 58 OFFSET(IA32_SIGCONTEXT_di, sigcontext_32, di); in common() 59 OFFSET(IA32_SIGCONTEXT_bp, sigcontext_32, bp); in common() 60 OFFSET(IA32_SIGCONTEXT_sp, sigcontext_32, sp); in common() 61 OFFSET(IA32_SIGCONTEXT_ip, sigcontext_32, ip); in common()
|
/Linux-v4.19/arch/x86/include/uapi/asm/ |
D | sigcontext.h | 202 struct sigcontext_32 { struct 282 # define sigcontext sigcontext_32 296 #define sigcontext_ia32 sigcontext_32
|
/Linux-v4.19/arch/x86/include/asm/ |
D | ia32.h | 22 struct sigcontext_32 uc_mcontext;
|
D | sigframe.h | 26 struct sigcontext_32 sc;
|
/Linux-v4.19/arch/x86/ia32/ |
D | ia32_signal.c | 72 struct sigcontext_32 __user *sc) in ia32_restore_sigcontext() 174 static int ia32_setup_sigcontext(struct sigcontext_32 __user *sc, in ia32_setup_sigcontext()
|