Home | History | Annotate | Download | only in lapi

Lines Matching refs:sa_restorer

46 	void (*sa_restorer) (void);
51 /* This macro marks if (struct sigaction) has .sa_restorer member */
69 * x86-64 should always use SA_RESTORER.
71 * -- thus SA_RESTORER must always be defined along with
72 * (struct sigaction).sa_restorer for this architecture.
74 #undef SA_RESTORER
75 #define SA_RESTORER 0x04000000
96 /* Set act.sa_restorer via syscall(2) */
98 /* Copy oact.sa_restorer via syscall(2) */
103 restore_rt = oact.sa_restorer;
158 #undef SA_RESTORER
159 #define SA_RESTORER 0x04000000
202 kact.sa_restorer = NULL;
217 kact.sa_flags |= SA_RESTORER;
218 kact.sa_restorer = restore_rt;
251 oact->sa_restorer = koact.sa_restorer;