Searched refs:sigcontext_32 (Results 1 – 5 of 5) sorted by relevance
| /arch/x86/kernel/ |
| A D | asm-offsets.c | 57 OFFSET(IA32_SIGCONTEXT_ax, sigcontext_32, ax); in common() 58 OFFSET(IA32_SIGCONTEXT_bx, sigcontext_32, bx); in common() 59 OFFSET(IA32_SIGCONTEXT_cx, sigcontext_32, cx); in common() 60 OFFSET(IA32_SIGCONTEXT_dx, sigcontext_32, dx); in common() 61 OFFSET(IA32_SIGCONTEXT_si, sigcontext_32, si); in common() 62 OFFSET(IA32_SIGCONTEXT_di, sigcontext_32, di); in common() 63 OFFSET(IA32_SIGCONTEXT_bp, sigcontext_32, bp); in common() 64 OFFSET(IA32_SIGCONTEXT_sp, sigcontext_32, sp); in common() 65 OFFSET(IA32_SIGCONTEXT_ip, sigcontext_32, ip); in common()
|
| A D | signal_32.c | 62 static inline void reload_segments(struct sigcontext_32 *sc) in reload_segments() 108 struct sigcontext_32 __user *usc) in ia32_restore_sigcontext() 110 struct sigcontext_32 sc; in ia32_restore_sigcontext() 211 __unsafe_setup_sigcontext32(struct sigcontext_32 __user *sc, in __unsafe_setup_sigcontext32()
|
| /arch/x86/include/uapi/asm/ |
| A D | sigcontext.h | 202 struct sigcontext_32 { struct 282 # define sigcontext sigcontext_32 296 #define sigcontext_ia32 sigcontext_32
|
| /arch/x86/include/asm/ |
| A D | ia32.h | 21 struct sigcontext_32 uc_mcontext;
|
| A D | sigframe.h | 26 struct sigcontext_32 sc;
|
Completed in 10 milliseconds