Home
last modified time | relevance | path

Searched refs:sigcontext_32 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/kernel/
H A Dasm-offsets.c49 OFFSET(IA32_SIGCONTEXT_ax, sigcontext_32, ax); in common()
50 OFFSET(IA32_SIGCONTEXT_bx, sigcontext_32, bx); in common()
51 OFFSET(IA32_SIGCONTEXT_cx, sigcontext_32, cx); in common()
52 OFFSET(IA32_SIGCONTEXT_dx, sigcontext_32, dx); in common()
53 OFFSET(IA32_SIGCONTEXT_si, sigcontext_32, si); in common()
54 OFFSET(IA32_SIGCONTEXT_di, sigcontext_32, di); in common()
55 OFFSET(IA32_SIGCONTEXT_bp, sigcontext_32, bp); in common()
56 OFFSET(IA32_SIGCONTEXT_sp, sigcontext_32, sp); in common()
57 OFFSET(IA32_SIGCONTEXT_ip, sigcontext_32, ip); in common()
H A Dsignal_32.c39 static inline void reload_segments(struct sigcontext_32 *sc) in reload_segments()
78 struct sigcontext_32 __user *usc) in ia32_restore_sigcontext()
80 struct sigcontext_32 sc; in ia32_restore_sigcontext()
183 __unsafe_setup_sigcontext32(struct sigcontext_32 __user *sc, in __unsafe_setup_sigcontext32()
/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h202 struct sigcontext_32 { struct
282 # define sigcontext sigcontext_32
296 #define sigcontext_ia32 sigcontext_32
/linux/arch/x86/include/asm/
H A Dia32.h21 struct sigcontext_32 uc_mcontext;
H A Dsigframe.h26 struct sigcontext_32 sc;