Searched refs:PS_CALLINC_MASK (Results 1 – 3 of 3) sorted by relevance
83 #define PS_CALLINC_MASK 0x00030000 macro
202 regs->ps = (regs->ps & ~PS_CALLINC_MASK) | (ps & PS_CALLINC_MASK); in restore_sigcontext()
82 const unsigned long ps_mask = PS_CALLINC_MASK | PS_OWB_MASK; in ptrace_setregs()