Searched refs:sigcontext_32 (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | asm-offsets.c | 46 OFFSET(IA32_SIGCONTEXT_ax, sigcontext_32, ax); in common() 47 OFFSET(IA32_SIGCONTEXT_bx, sigcontext_32, bx); in common() 48 OFFSET(IA32_SIGCONTEXT_cx, sigcontext_32, cx); in common() 49 OFFSET(IA32_SIGCONTEXT_dx, sigcontext_32, dx); in common() 50 OFFSET(IA32_SIGCONTEXT_si, sigcontext_32, si); in common() 51 OFFSET(IA32_SIGCONTEXT_di, sigcontext_32, di); in common() 52 OFFSET(IA32_SIGCONTEXT_bp, sigcontext_32, bp); in common() 53 OFFSET(IA32_SIGCONTEXT_sp, sigcontext_32, sp); in common() 54 OFFSET(IA32_SIGCONTEXT_ip, sigcontext_32, ip); in common()
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | sigcontext.h | 201 struct sigcontext_32 { struct 281 # define sigcontext sigcontext_32 295 #define sigcontext_ia32 sigcontext_32
|
/linux-4.4.14/arch/x86/include/asm/ |
D | ia32.h | 21 struct sigcontext_32 uc_mcontext;
|
D | sigframe.h | 25 struct sigcontext_32 sc;
|
/linux-4.4.14/arch/x86/ia32/ |
D | ia32_signal.c | 71 struct sigcontext_32 __user *sc) in ia32_restore_sigcontext() 173 static int ia32_setup_sigcontext(struct sigcontext_32 __user *sc, in ia32_setup_sigcontext()
|