Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v32/kernel/
Dkgdb.c290 unsigned int s0_3; /* BP_CTRL */ member
901 rw_bits = (sreg.s0_3 & (3 << bitpos_config)) >> bitpos_config; in stub_is_stopped()
930 rw_bits = (sreg.s0_3 & (3 << bitpos_config)) >> bitpos_config; in stub_is_stopped()
1131 if (sreg.s0_3 & 0x1) { in insert_watchpoint()
1139 sreg.s0_3 |= 1; in insert_watchpoint()
1156 if (!(sreg.s0_3 & (0x3 << (2 + (bp * 4))))) { in insert_watchpoint()
1170 sreg.s0_3 |= (1 << (2 + bp * 4)); in insert_watchpoint()
1174 sreg.s0_3 |= (2 << (2 + bp * 4)); in insert_watchpoint()
1209 if (!(sreg.s0_3 & 0x1)) { in remove_watchpoint()
1217 sreg.s0_3 &= ~1; in remove_watchpoint()
[all …]