Lines Matching refs:s0_3
290 unsigned int s0_3; /* BP_CTRL */ member
872 rw_bits = (sreg.s0_3 & (3 << bitpos_config)) >> bitpos_config; in stub_is_stopped()
901 rw_bits = (sreg.s0_3 & (3 << bitpos_config)) >> bitpos_config; in stub_is_stopped()
1102 if (sreg.s0_3 & 0x1) { in insert_watchpoint()
1110 sreg.s0_3 |= 1; in insert_watchpoint()
1127 if (!(sreg.s0_3 & (0x3 << (2 + (bp * 4))))) { in insert_watchpoint()
1141 sreg.s0_3 |= (1 << (2 + bp * 4)); in insert_watchpoint()
1145 sreg.s0_3 |= (2 << (2 + bp * 4)); in insert_watchpoint()
1180 if (!(sreg.s0_3 & 0x1)) { in remove_watchpoint()
1188 sreg.s0_3 &= ~1; in remove_watchpoint()
1207 rw_bits = (sreg.s0_3 & (0x3 << bitpos)) >> bitpos; in remove_watchpoint()
1227 sreg.s0_3 &= ~(3 << (2 + (bp * 4))); in remove_watchpoint()
1404 if ((sreg.s0_3 & 0x3fff) == 0) { in handle_exception()