Home
last modified time | relevance | path

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

/arch/cris/arch-v32/kernel/
Dkgdb.c290 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()
[all …]