Go to the documentation of this file. 1 #ifndef _ASM_IA64_SIGCONTEXT_H
2 #define _ASM_IA64_SIGCONTEXT_H
11 #define IA64_SC_FLAG_ONSTACK_BIT 0
12 #define IA64_SC_FLAG_IN_SYSCALL_BIT 1
13 #define IA64_SC_FLAG_FPH_VALID_BIT 2
15 #define IA64_SC_FLAG_ONSTACK (1 << IA64_SC_FLAG_ONSTACK_BIT)
16 #define IA64_SC_FLAG_IN_SYSCALL (1 << IA64_SC_FLAG_IN_SYSCALL_BIT)
17 #define IA64_SC_FLAG_FPH_VALID (1 << IA64_SC_FLAG_FPH_VALID_BIT)