Home
last modified time | relevance | path

Searched refs:SPARC_FLAG_NEWSIGNALS (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-sparc64/
Dprocessor.h107 #define SPARC_FLAG_NEWSIGNALS 0x02 /* task wants new-style signals */ macro
/linux-2.4.37.9/arch/sparc64/kernel/
Dprocess.c482 t->flags &= ~SPARC_FLAG_NEWSIGNALS; in flush_thread()
Dsignal32.c352 if (current->thread.flags & SPARC_FLAG_NEWSIGNALS) in do_sigreturn32()
1301 else if (current->thread.flags & SPARC_FLAG_NEWSIGNALS) in handle_signal32()
Dsys_sparc32.c3088 current->thread.flags |= SPARC_FLAG_NEWSIGNALS; in sys32_sigaction()
3135 current->thread.flags |= SPARC_FLAG_NEWSIGNALS; in sys32_rt_sigaction()